Uses of Class
gnu.trove.TDoubleLongHashMap

Packages that use TDoubleLongHashMap
gnu.trove   
gnu.trove.decorator   
 

Uses of TDoubleLongHashMap in gnu.trove
 

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

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

Uses of TDoubleLongHashMap in gnu.trove.decorator
 

Fields in gnu.trove.decorator declared as TDoubleLongHashMap
protected  TDoubleLongHashMap TDoubleLongHashMapDecorator._map
          the wrapped primitive map
 

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