Class Short2FloatMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.shorts.Short2FloatMaps.SynchronizedMap
All Implemented Interfaces:
Function<Short,Float>, Short2FloatFunction, Short2FloatMap, Serializable, Function<Short,Float>, IntToDoubleFunction, Map<Short,Float>
Direct Known Subclasses:
Short2FloatSortedMaps.SynchronizedSortedMap
Enclosing class:
Short2FloatMaps

public static class Short2FloatMaps.SynchronizedMap extends Short2FloatFunctions.SynchronizedFunction implements Short2FloatMap, Serializable
A synchronized wrapper class for maps.
See Also: