Uses of Class
gnu.trove.TShortShortHashMap

Packages that use TShortShortHashMap
gnu.trove   
gnu.trove.decorator   
 

Uses of TShortShortHashMap in gnu.trove
 

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

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

Uses of TShortShortHashMap in gnu.trove.decorator
 

Fields in gnu.trove.decorator declared as TShortShortHashMap
protected  TShortShortHashMap TShortShortHashMapDecorator._map
          the wrapped primitive map
 

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