public class SortComparator extends Object implements Comparator<Object>
| Constructor and Description |
|---|
SortComparator(Object compFnObj) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object arg0,
Object arg1) |
static Comparator<Object> |
getDefaultComparator(Object thisObj,
boolean isTypedArrayImplementation) |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic SortComparator(Object compFnObj)
public int compare(Object arg0, Object arg1)
compare in interface Comparator<Object>public static Comparator<Object> getDefaultComparator(Object thisObj, boolean isTypedArrayImplementation)