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 TypeMethodDescriptionvoidTDoubleFloatHashMap.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 standardMapinterface.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 TDoubleFloatHashMapTDoubleFloatHashMapDecorator._mapthe 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.