public abstract class BaseComparator<T>
extends java.lang.Object
implements java.util.Comparator<T>
Modifier and Type | Field and Description |
---|---|
protected boolean |
descending |
protected int |
sortType |
Constructor and Description |
---|
BaseComparator() |
Modifier and Type | Method and Description |
---|---|
boolean |
canSort() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong