Class Float2IntMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.floats.Float2IntFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.floats.Float2IntMaps.SynchronizedMap
All Implemented Interfaces:
Float2IntFunction, Float2IntMap, Function<Float,Integer>, Serializable, DoubleToIntFunction, Function<Float,Integer>, Map<Float,Integer>
Direct Known Subclasses:
Float2IntSortedMaps.SynchronizedSortedMap
Enclosing class:
Float2IntMaps

public static class Float2IntMaps.SynchronizedMap extends Float2IntFunctions.SynchronizedFunction implements Float2IntMap, Serializable
A synchronized wrapper class for maps.
See Also: