Package | Description |
---|---|
jautil |
Provides utility classes for the Java ARP avatar subsystem.
|
Modifier and Type | Method and Description |
---|---|
int |
MapInt.Int.Comp.compare(MapInt.Int i0,
MapInt.Int i1)
Compares the values wrapped by the given pair of
Int s. |
Modifier and Type | Method and Description |
---|---|
void |
MapInt.setMap(java.util.Map<MapInt.Int,E> mp)
Sets the underlying
Map for this IntMap . |
Constructor and Description |
---|
MapInt(java.util.Map<MapInt.Int,E> mp)
Constructs a new
MapInt using the given Map . |