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