Uses of Class
gnu.trove.TIntByteHashMap

Packages that use TIntByteHashMap
gnu.trove   
gnu.trove.decorator   
 

Uses of TIntByteHashMap in gnu.trove
 

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

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

Uses of TIntByteHashMap in gnu.trove.decorator
 

Fields in gnu.trove.decorator declared as TIntByteHashMap
protected  TIntByteHashMap TIntByteHashMapDecorator._map
          the wrapped primitive map
 

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