Uses of Class
gnu.trove.TObjectFloatHashMap
Packages that use TObjectFloatHashMap
-
Uses of TObjectFloatHashMap in gnu.trove
Methods in gnu.trove that return TObjectFloatHashMapMethods in gnu.trove with parameters of type TObjectFloatHashMapModifier and TypeMethodDescriptionvoidTObjectFloatHashMap.putAll(TObjectFloatHashMap<K> map) Put all the entries from the given map into this map.Decorators.wrap(TObjectFloatHashMap<T> map) Wrap the given map in a decorator that uses the standardMapinterface.Constructors in gnu.trove with parameters of type TObjectFloatHashMap -
Uses of TObjectFloatHashMap in gnu.trove.decorator
Fields in gnu.trove.decorator declared as TObjectFloatHashMapModifier and TypeFieldDescriptionprotected TObjectFloatHashMap<V> TObjectFloatHashMapDecorator._mapthe wrapped primitive mapMethods in gnu.trove.decorator that return TObjectFloatHashMapModifier and TypeMethodDescriptionTObjectFloatHashMapDecorator.getMap()Returns a reference to the map wrapped by this decorator.Constructors in gnu.trove.decorator with parameters of type TObjectFloatHashMapModifierConstructorDescriptionCreates a wrapper that decorates the specified primitive map.