public static final class ArraysMDE.IntArrayComparatorLengthFirst
extends java.lang.Object
implements java.util.Comparator<int[]>, java.io.Serializable
Note: this comparator imposes orderings that are inconsistent with Object.equals(java.lang.Object).
 That is, it may return 0 if the arrays contain identical numbers but are not equal according to
 equals().
| Constructor and Description | 
|---|
| IntArrayComparatorLengthFirst() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | compare(int[] a1,
       int[] a2)Compare two arrays by length, then lexically (element-by-element). | 
public int compare(int[] a1,
                   int[] a2)
compare in interface java.util.Comparator<int[]>a1 - first array to comparea2 - second array to compare