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