Class Short2DoubleMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.shorts.Short2DoubleFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.shorts.Short2DoubleMaps.SynchronizedMap
All Implemented Interfaces:
Function<Short,Double>, Short2DoubleFunction, Short2DoubleMap, Serializable, Function<Short,Double>, IntToDoubleFunction, Map<Short,Double>
Direct Known Subclasses:
Short2DoubleSortedMaps.SynchronizedSortedMap
Enclosing class:
Short2DoubleMaps

public static class Short2DoubleMaps.SynchronizedMap extends Short2DoubleFunctions.SynchronizedFunction implements Short2DoubleMap, Serializable
A synchronized wrapper class for maps.
See Also: