Searched refs:MatchComparator (Results 1 – 1 of 1) sorted by relevance
266 Collections.sort(matches, new MatchComparator()); in pickBestMatch()737 private final class MatchComparator implements Comparator<Match> { class in GuidelineHandler