Uses of Class
gnu.trove.TByteShortHashMap
-
Packages that use TByteShortHashMap Package Description gnu.trove gnu.trove.decorator -
-
Uses of TByteShortHashMap in gnu.trove
Methods in gnu.trove with parameters of type TByteShortHashMap Modifier and Type Method Description void
TByteShortHashMap. putAll(TByteShortHashMap map)
Put all the entries from the given map into this map.static java.util.Map<java.lang.Byte,java.lang.Short>
Decorators. wrap(TByteShortHashMap map)
Wrap the given map in a decorator that uses the standardMap
interface.Constructors in gnu.trove with parameters of type TByteShortHashMap Constructor Description TByteShortIterator(TByteShortHashMap map)
Creates an iterator over the specified map -
Uses of TByteShortHashMap in gnu.trove.decorator
Fields in gnu.trove.decorator declared as TByteShortHashMap Modifier and Type Field Description protected TByteShortHashMap
TByteShortHashMapDecorator. _map
the wrapped primitive mapMethods in gnu.trove.decorator that return TByteShortHashMap Modifier and Type Method Description TByteShortHashMap
TByteShortHashMapDecorator. getMap()
Returns a reference to the map wrapped by this decorator.Constructors in gnu.trove.decorator with parameters of type TByteShortHashMap Constructor Description TByteShortHashMapDecorator(TByteShortHashMap map)
Creates a wrapper that decorates the specified primitive map.
-