public static interface SortOrder.Comparator<T>
extends java.util.Comparator<T>
Comparator, which provides
access to the sort order, which is implemented by the comparator object.| Modifier and Type | Method and Description |
|---|---|
SortOrder.Order |
getSortOrder()
Query the sort order implemented by the given Comparator object.
|
compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongSortOrder.Order getSortOrder()