Searched refs:bestMatchKey (Results 1 – 1 of 1) sorted by relevance
698 Optional<MatchClassification> bestMatchKey = potentialMatches.keySet().stream() in findIndexOfCorrespondingNodeTextElement() local701 if (bestMatchKey.isPresent()) { in findIndexOfCorrespondingNodeTextElement()702 correspondingIndices.add(potentialMatches.get(bestMatchKey.get())); in findIndexOfCorrespondingNodeTextElement()