Class Int2CharMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
All Implemented Interfaces:
Function<Integer,Character>, Int2CharFunction, Int2CharMap, Serializable, Function<Integer,Character>, IntUnaryOperator, Map<Integer,Character>
Direct Known Subclasses:
Int2CharSortedMaps.SynchronizedSortedMap
Enclosing class:
Int2CharMaps

public static class Int2CharMaps.SynchronizedMap extends Int2CharFunctions.SynchronizedFunction implements Int2CharMap, Serializable
A synchronized wrapper class for maps.
See Also: