Uses of Class
gnu.trove.TLongObjectHashMap
Packages that use TLongObjectHashMap
-
Uses of TLongObjectHashMap in gnu.trove
Methods in gnu.trove that return TLongObjectHashMapMethods in gnu.trove with parameters of type TLongObjectHashMapModifier and TypeMethodDescriptionvoidTLongObjectHashMap.putAll(TLongObjectHashMap<V> map) Put all the entries from the given map into this map.Decorators.wrap(TLongObjectHashMap<T> map) Wrap the given map in a decorator that uses the standardMapinterface.Constructors in gnu.trove with parameters of type TLongObjectHashMapModifierConstructorDescriptionCreates an iterator over the specified map -
Uses of TLongObjectHashMap in gnu.trove.decorator
Fields in gnu.trove.decorator declared as TLongObjectHashMapModifier and TypeFieldDescriptionprotected TLongObjectHashMap<V> TLongObjectHashMapDecorator._mapthe wrapped primitive mapMethods in gnu.trove.decorator that return TLongObjectHashMapModifier and TypeMethodDescriptionTLongObjectHashMapDecorator.getMap()Returns a reference to the map wrapped by this decorator.Constructors in gnu.trove.decorator with parameters of type TLongObjectHashMapModifierConstructorDescriptionCreates a wrapper that decorates the specified primitive map.