public class SuggestWordFrequencyComparator extends Object implements Comparator<SuggestWord>
Constructor and Description |
---|
SuggestWordFrequencyComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(SuggestWord first,
SuggestWord second) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public int compare(SuggestWord first, SuggestWord second)
compare
in interface Comparator<SuggestWord>