public class IntArrayComparator extends Object implements Comparator<int[]>
| Modifier and Type | Field and Description |
|---|---|
static IntArrayComparator |
INSTANCE
A static instance of a IntArrayComparator
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(int[] intArray1,
int[] intArray2)
Compare two long arrays.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final IntArrayComparator INSTANCE
public int compare(int[] intArray1,
int[] intArray2)
compare in interface Comparator<int[]>intArray1 - First int arrayintArray2 - Second int arrayCopyright © 2012–2019 Apache Mavibot Project Parent. All rights reserved.