Class Float2CharMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.floats.Float2CharFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.floats.Float2CharMaps.SynchronizedMap
All Implemented Interfaces:
Float2CharFunction, Float2CharMap, Function<Float,Character>, Serializable, DoubleToIntFunction, Function<Float,Character>, Map<Float,Character>
Direct Known Subclasses:
Float2CharSortedMaps.SynchronizedSortedMap
Enclosing class:
Float2CharMaps

public static class Float2CharMaps.SynchronizedMap extends Float2CharFunctions.SynchronizedFunction implements Float2CharMap, Serializable
A synchronized wrapper class for maps.
See Also: