public class SortByRelevanceComparator extends Object implements Comparator<Completion>
Completions 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, waitequalspublic int compare(Completion c1, Completion c2)
compare in interface Comparator<Completion>