Uses of Class
gnu.trove.TLongLongHashMap

Packages that use TLongLongHashMap
gnu.trove   
gnu.trove.decorator   
 

Uses of TLongLongHashMap in gnu.trove
 

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

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

Uses of TLongLongHashMap in gnu.trove.decorator
 

Fields in gnu.trove.decorator declared as TLongLongHashMap
protected  TLongLongHashMap TLongLongHashMapDecorator._map
          the wrapped primitive map
 

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