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