Uses of Class
gnu.trove.TObjectShortHashMap
Packages that use TObjectShortHashMap
-
Uses of TObjectShortHashMap in gnu.trove
Methods in gnu.trove that return TObjectShortHashMapMethods in gnu.trove with parameters of type TObjectShortHashMapModifier and TypeMethodDescriptionvoidTObjectShortHashMap.putAll(TObjectShortHashMap<K> map) Put all the entries from the given map into this map.Decorators.wrap(TObjectShortHashMap<T> map) Wrap the given map in a decorator that uses the standardMapinterface.Constructors in gnu.trove with parameters of type TObjectShortHashMap -
Uses of TObjectShortHashMap in gnu.trove.decorator
Fields in gnu.trove.decorator declared as TObjectShortHashMapModifier and TypeFieldDescriptionprotected TObjectShortHashMap<V> TObjectShortHashMapDecorator._mapthe wrapped primitive mapMethods in gnu.trove.decorator that return TObjectShortHashMapModifier and TypeMethodDescriptionTObjectShortHashMapDecorator.getMap()Returns a reference to the map wrapped by this decorator.Constructors in gnu.trove.decorator with parameters of type TObjectShortHashMapModifierConstructorDescriptionCreates a wrapper that decorates the specified primitive map.