Uses of Class
gnu.trove.TLongIntHashMap

Packages that use TLongIntHashMap
gnu.trove   
gnu.trove.decorator   
 

Uses of TLongIntHashMap in gnu.trove
 

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

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

Uses of TLongIntHashMap in gnu.trove.decorator
 

Fields in gnu.trove.decorator declared as TLongIntHashMap
protected  TLongIntHashMap TLongIntHashMapDecorator._map
          the wrapped primitive map
 

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