Class Float2ShortMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
All Implemented Interfaces:
Float2ShortFunction, Float2ShortMap, Function<Float,Short>, Serializable, DoubleToIntFunction, Function<Float,Short>, Map<Float,Short>
Direct Known Subclasses:
Float2ShortSortedMaps.SynchronizedSortedMap
Enclosing class:
Float2ShortMaps

public static class Float2ShortMaps.SynchronizedMap extends Float2ShortFunctions.SynchronizedFunction implements Float2ShortMap, Serializable
A synchronized wrapper class for maps.
See Also: