Uses of Class
gnu.trove.TByteDoubleHashMap

Packages that use TByteDoubleHashMap
gnu.trove   
gnu.trove.decorator   
 

Uses of TByteDoubleHashMap in gnu.trove
 

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

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

Uses of TByteDoubleHashMap in gnu.trove.decorator
 

Fields in gnu.trove.decorator declared as TByteDoubleHashMap
protected  TByteDoubleHashMap TByteDoubleHashMapDecorator._map
          the wrapped primitive map
 

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