Uses of Class
gnu.trove.TIntIntHashMap

Packages that use TIntIntHashMap
gnu.trove   
gnu.trove.decorator   
 

Uses of TIntIntHashMap in gnu.trove
 

Fields in gnu.trove declared as TIntIntHashMap
private  TIntIntHashMap TIntIntIterator._map
          the collection being iterated over
private  TIntIntHashMap TIntIntHashMap.EqProcedure._otherMap
           
 

Constructors in gnu.trove with parameters of type TIntIntHashMap
TIntIntHashMap.EqProcedure(TIntIntHashMap otherMap)
           
TIntIntIterator(TIntIntHashMap map)
          Creates an iterator over the specified map
 

Uses of TIntIntHashMap in gnu.trove.decorator
 

Fields in gnu.trove.decorator declared as TIntIntHashMap
protected  TIntIntHashMap TIntIntHashMapDecorator._map
          the wrapped primitive map
 

Constructors in gnu.trove.decorator with parameters of type TIntIntHashMap
TIntIntHashMapDecorator(TIntIntHashMap map)
          Creates a wrapper that decorates the specified primitive map.