T
- the type of objects that may be compared by this comparatorpublic class InverseComparator<T extends Comparable<T>> extends Object implements Comparator<T>
Constructor and Description |
---|
InverseComparator() |
public int compare(T o1, T o2)
compare
in interface Comparator<T extends Comparable<T>>