Uses of Class
gnu.trove.TByteIntHashMap

Packages that use TByteIntHashMap
gnu.trove   
gnu.trove.decorator   
 

Uses of TByteIntHashMap in gnu.trove
 

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

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

Uses of TByteIntHashMap in gnu.trove.decorator
 

Fields in gnu.trove.decorator declared as TByteIntHashMap
protected  TByteIntHashMap TByteIntHashMapDecorator._map
          the wrapped primitive map
 

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