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