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