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