public abstract class OrderByComparator<T> extends Object implements Comparator<T>, Serializable
Constructor and Description |
---|
OrderByComparator() |
Modifier and Type | Method and Description |
---|---|
String |
getOrderBy() |
String[] |
getOrderByConditionFields() |
Object[] |
getOrderByConditionValues(Object obj) |
String[] |
getOrderByFields() |
boolean |
isAscending() |
boolean |
isAscending(String field) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong