Uses of Class
gnu.trove.TByteLongHashMap

Packages that use TByteLongHashMap
gnu.trove   
gnu.trove.decorator   
 

Uses of TByteLongHashMap in gnu.trove
 

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

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

Uses of TByteLongHashMap in gnu.trove.decorator
 

Fields in gnu.trove.decorator declared as TByteLongHashMap
protected  TByteLongHashMap TByteLongHashMapDecorator._map
          the wrapped primitive map
 

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