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 TypeMethodDescriptionvoidTObjectIntHashMap.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 standardMapinterface.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._mapthe 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.