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