Class Double2IntMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.doubles.Double2IntFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.doubles.Double2IntMaps.SynchronizedMap
All Implemented Interfaces:
Double2IntFunction, Double2IntMap, Function<Double,Integer>, Serializable, DoubleToIntFunction, Function<Double,Integer>, Map<Double,Integer>
Direct Known Subclasses:
Double2IntSortedMaps.SynchronizedSortedMap
Enclosing class:
Double2IntMaps

public static class Double2IntMaps.SynchronizedMap extends Double2IntFunctions.SynchronizedFunction implements Double2IntMap, Serializable
A synchronized wrapper class for maps.
See Also: