public class IntArrayComparator extends Object implements Comparator<int[]>
Constructor and Description |
---|
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, wait
equals
public int compare(int[] intArray1, int[] intArray2)
compare
in interface Comparator<int[]>
intArray1
- First int arrayintArray2
- Second int arrayCopyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.