public static final class Fun.ArrayComparator extends Object implements Comparator<Object[]>
Modifier and Type | Field and Description |
---|---|
protected Comparator[] |
comparators |
Modifier | Constructor and Description |
---|---|
|
ArrayComparator(Comparator<?>[] comparators2) |
protected |
ArrayComparator(SerializerBase serializer,
DataInput in,
SerializerBase.FastArrayList<Object> objectStack)
constructor used for deserialization
|
Modifier and Type | Method and Description |
---|---|
int |
compare(Object[] o1,
Object[] o2) |
boolean |
equals(Object o) |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
protected final Comparator[] comparators
public ArrayComparator(Comparator<?>[] comparators2)
protected ArrayComparator(SerializerBase serializer, DataInput in, SerializerBase.FastArrayList<Object> objectStack) throws IOException
IOException
Copyright © 2016. All rights reserved.