Uses of Class
gnu.trove.TByteByteHashMap

Packages that use TByteByteHashMap
gnu.trove   
gnu.trove.decorator   
 

Uses of TByteByteHashMap in gnu.trove
 

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

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

Uses of TByteByteHashMap in gnu.trove.decorator
 

Fields in gnu.trove.decorator declared as TByteByteHashMap
protected  TByteByteHashMap TByteByteHashMapDecorator._map
          the wrapped primitive map
 

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