Class Byte2CharMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
All Implemented Interfaces:
Byte2CharFunction, Byte2CharMap, Function<Byte,Character>, Serializable, Function<Byte,Character>, IntUnaryOperator, Map<Byte,Character>
Direct Known Subclasses:
Byte2CharSortedMaps.SynchronizedSortedMap
Enclosing class:
Byte2CharMaps

public static class Byte2CharMaps.SynchronizedMap extends Byte2CharFunctions.SynchronizedFunction implements Byte2CharMap, Serializable
A synchronized wrapper class for maps.
See Also: