Uses of Class
gnu.trove.TLongByteHashMap

Packages that use TLongByteHashMap
gnu.trove   
gnu.trove.decorator   
 

Uses of TLongByteHashMap in gnu.trove
 

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

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

Uses of TLongByteHashMap in gnu.trove.decorator
 

Fields in gnu.trove.decorator declared as TLongByteHashMap
protected  TLongByteHashMap TLongByteHashMapDecorator._map
          the wrapped primitive map
 

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