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