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