Class Short2CharMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.shorts.Short2CharFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
All Implemented Interfaces:
Function<Short,Character>, Short2CharFunction, Short2CharMap, Serializable, Function<Short,Character>, IntUnaryOperator, Map<Short,Character>
Direct Known Subclasses:
Short2CharSortedMaps.SynchronizedSortedMap
Enclosing class:
Short2CharMaps

public static class Short2CharMaps.SynchronizedMap extends Short2CharFunctions.SynchronizedFunction implements Short2CharMap, Serializable
A synchronized wrapper class for maps.
See Also: