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