Uses of Class
gnu.trove.TDoubleIntHashMap

Packages that use TDoubleIntHashMap
gnu.trove   
gnu.trove.decorator   
 

Uses of TDoubleIntHashMap in gnu.trove
 

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

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

Uses of TDoubleIntHashMap in gnu.trove.decorator
 

Fields in gnu.trove.decorator declared as TDoubleIntHashMap
protected  TDoubleIntHashMap TDoubleIntHashMapDecorator._map
          the wrapped primitive map
 

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