public class SortByRelevanceComparator extends Object implements Comparator<Completion>
Completion
s by their relevance before
sorting them lexicographically.Constructor and Description |
---|
SortByRelevanceComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Completion c1,
Completion c2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public int compare(Completion c1, Completion c2)
compare
in interface Comparator<Completion>