Class Int2DoubleMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.ints.Int2DoubleFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.ints.Int2DoubleMaps.SynchronizedMap
All Implemented Interfaces:
Function<Integer,Double>, Int2DoubleFunction, Int2DoubleMap, Serializable, Function<Integer,Double>, IntToDoubleFunction, Map<Integer,Double>
Direct Known Subclasses:
Int2DoubleSortedMaps.SynchronizedSortedMap
Enclosing class:
Int2DoubleMaps

public static class Int2DoubleMaps.SynchronizedMap extends Int2DoubleFunctions.SynchronizedFunction implements Int2DoubleMap, Serializable
A synchronized wrapper class for maps.
See Also: