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
Int s. |
public int compare(MapInt.Int i0, MapInt.Int i1)
Int
s.compare
in interface java.util.Comparator<MapInt.Int>