Uses of Class
gnu.trove.TIntObjectHashMap
Packages that use TIntObjectHashMap
-
Uses of TIntObjectHashMap in gnu.trove
Methods in gnu.trove that return TIntObjectHashMapMethods in gnu.trove with parameters of type TIntObjectHashMapModifier and TypeMethodDescriptionvoid
TIntObjectHashMap.putAll
(TIntObjectHashMap<V> map) Put all the entries from the given map into this map.Decorators.wrap
(TIntObjectHashMap<T> map) Wrap the given map in a decorator that uses the standardMap
interface.Constructors in gnu.trove with parameters of type TIntObjectHashMapModifierConstructorDescriptionCreates an iterator over the specified map -
Uses of TIntObjectHashMap in gnu.trove.decorator
Fields in gnu.trove.decorator declared as TIntObjectHashMapModifier and TypeFieldDescriptionprotected TIntObjectHashMap
<V> TIntObjectHashMapDecorator._map
the wrapped primitive mapMethods in gnu.trove.decorator that return TIntObjectHashMapModifier and TypeMethodDescriptionTIntObjectHashMapDecorator.getMap()
Returns a reference to the map wrapped by this decorator.Constructors in gnu.trove.decorator with parameters of type TIntObjectHashMapModifierConstructorDescriptionCreates a wrapper that decorates the specified primitive map.