Uses of Class
jautil.MapInt.Int

Packages that use MapInt.Int
jautil Provides utility classes for the Java ARP avatar subsystem. 
 

Uses of MapInt.Int in jautil
 

Methods in jautil with parameters of type MapInt.Int
 int MapInt.Int.Comp.compare(MapInt.Int i0, MapInt.Int i1)
          Compares the values wrapped by the given pair of Ints.
 

Method parameters in jautil with type arguments of type MapInt.Int
 void MapInt.setMap(java.util.Map<MapInt.Int,E> mp)
          Sets the underlying Map for this IntMap.
 

Constructor parameters in jautil with type arguments of type MapInt.Int
MapInt(java.util.Map<MapInt.Int,E> mp)
          Constructs a new MapInt using the given Map.