Uses of Class
gnu.trove.TDoubleFloatHashMap
Packages that use TDoubleFloatHashMap
-
Uses of TDoubleFloatHashMap in gnu.trove
Methods in gnu.trove with parameters of type TDoubleFloatHashMapModifier and TypeMethodDescriptionvoid
TDoubleFloatHashMap.putAll
(TDoubleFloatHashMap map) Put all the entries from the given map into this map.Decorators.wrap
(TDoubleFloatHashMap map) Wrap the given map in a decorator that uses the standardMap
interface.Constructors in gnu.trove with parameters of type TDoubleFloatHashMapModifierConstructorDescriptionCreates an iterator over the specified map -
Uses of TDoubleFloatHashMap in gnu.trove.decorator
Fields in gnu.trove.decorator declared as TDoubleFloatHashMapModifier and TypeFieldDescriptionprotected TDoubleFloatHashMap
TDoubleFloatHashMapDecorator._map
the wrapped primitive mapMethods in gnu.trove.decorator that return TDoubleFloatHashMapModifier and TypeMethodDescriptionTDoubleFloatHashMapDecorator.getMap()
Returns a reference to the map wrapped by this decorator.Constructors in gnu.trove.decorator with parameters of type TDoubleFloatHashMapModifierConstructorDescriptionCreates a wrapper that decorates the specified primitive map.