Class Char2IntMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
All Implemented Interfaces:
Char2IntFunction, Char2IntMap, Function<Character,​Integer>, Serializable, Function<Character,​Integer>, IntUnaryOperator, Map<Character,​Integer>
Direct Known Subclasses:
Char2IntSortedMaps.SynchronizedSortedMap
Enclosing class:
Char2IntMaps

public static class Char2IntMaps.SynchronizedMap
extends Char2IntFunctions.SynchronizedFunction
implements Char2IntMap, Serializable
A synchronized wrapper class for maps.
See Also:
Serialized Form