public static class MapInt.Int.Comp extends java.lang.Object implements java.util.Comparator<MapInt.Int>
| Constructor and Description |
|---|
Comp() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(MapInt.Int i0,
MapInt.Int i1)
Compares the values wrapped by the given pair of
Ints. |
public int compare(MapInt.Int i0, MapInt.Int i1)
Ints.compare in interface java.util.Comparator<MapInt.Int>