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
equals
public int compare(Completion c1, Completion c2)
compare
in interface Comparator<Completion>