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