Uses of Class
gnu.trove.TObjectLongHashMap

Packages that use TObjectLongHashMap
gnu.trove   
gnu.trove.decorator   
 

Uses of TObjectLongHashMap in gnu.trove
 

Fields in gnu.trove declared as TObjectLongHashMap
private  TObjectLongHashMap TObjectLongIterator._map
           
private  TObjectLongHashMap TObjectLongHashMap.EqProcedure._otherMap
           
 

Constructors in gnu.trove with parameters of type TObjectLongHashMap
TObjectLongHashMap.EqProcedure(TObjectLongHashMap otherMap)
           
TObjectLongIterator(TObjectLongHashMap map)
           
 

Uses of TObjectLongHashMap in gnu.trove.decorator
 

Fields in gnu.trove.decorator declared as TObjectLongHashMap
protected  TObjectLongHashMap TObjectLongHashMapDecorator._map
          the wrapped primitive map
 

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