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