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