Uses of Class
gnu.trove.TIntLongHashMap

Packages that use TIntLongHashMap
gnu.trove   
gnu.trove.decorator   
 

Uses of TIntLongHashMap in gnu.trove
 

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

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

Uses of TIntLongHashMap in gnu.trove.decorator
 

Fields in gnu.trove.decorator declared as TIntLongHashMap
protected  TIntLongHashMap TIntLongHashMapDecorator._map
          the wrapped primitive map
 

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