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