Uses of Class
gnu.trove.TDoubleByteHashMap

Packages that use TDoubleByteHashMap
gnu.trove   
gnu.trove.decorator   
 

Uses of TDoubleByteHashMap in gnu.trove
 

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

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

Uses of TDoubleByteHashMap in gnu.trove.decorator
 

Fields in gnu.trove.decorator declared as TDoubleByteHashMap
protected  TDoubleByteHashMap TDoubleByteHashMapDecorator._map
          the wrapped primitive map
 

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