Uses of Class
gnu.trove.TObjectLongHashMap
Packages that use TObjectLongHashMap
-
Uses of TObjectLongHashMap in gnu.trove
Methods in gnu.trove that return TObjectLongHashMapMethods in gnu.trove with parameters of type TObjectLongHashMapModifier and TypeMethodDescriptionvoid
TObjectLongHashMap.putAll
(TObjectLongHashMap<K> map) Put all the entries from the given map into this map.Decorators.wrap
(TObjectLongHashMap<T> map) Wrap the given map in a decorator that uses the standardMap
interface.Constructors in gnu.trove with parameters of type TObjectLongHashMap -
Uses of TObjectLongHashMap in gnu.trove.decorator
Fields in gnu.trove.decorator declared as TObjectLongHashMapModifier and TypeFieldDescriptionprotected TObjectLongHashMap<V>
TObjectLongHashMapDecorator._map
the wrapped primitive mapMethods in gnu.trove.decorator that return TObjectLongHashMapModifier and TypeMethodDescriptionTObjectLongHashMapDecorator.getMap()
Returns a reference to the map wrapped by this decorator.Constructors in gnu.trove.decorator with parameters of type TObjectLongHashMapModifierConstructorDescriptionCreates a wrapper that decorates the specified primitive map.