private class OrderComparator.DescendingComparator
extends java.lang.Object
implements java.util.Comparator<T>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private int |
pos |
Constructor and Description |
---|
DescendingComparator(int pos) |
Modifier and Type | Method and Description |
---|---|
int |
compare(T o1,
T o2) |
public int compare(T o1, T o2)
compare
in interface java.util.Comparator<T extends BaseResult>