Uses of Class
gnu.trove.TLongShortHashMap

Packages that use TLongShortHashMap
gnu.trove   
gnu.trove.decorator   
 

Uses of TLongShortHashMap in gnu.trove
 

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

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

Uses of TLongShortHashMap in gnu.trove.decorator
 

Fields in gnu.trove.decorator declared as TLongShortHashMap
protected  TLongShortHashMap TLongShortHashMapDecorator._map
          the wrapped primitive map
 

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