public final class ComparatorObjectArrayCasting extends Object implements Comparator<Object>
Constructor and Description |
---|
ComparatorObjectArrayCasting(Comparator<Object[]> comparator) |
Modifier and Type | Method and Description |
---|---|
int |
compare(Object firstValues,
Object secondValues) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public ComparatorObjectArrayCasting(Comparator<Object[]> comparator)
public final int compare(Object firstValues, Object secondValues)
compare
in interface Comparator<Object>
Copyright © 2005–2018. All rights reserved.