Class Char2ShortMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.chars.Char2ShortFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.chars.Char2ShortMaps.SynchronizedMap
All Implemented Interfaces:
Char2ShortFunction, Char2ShortMap, Function<Character,Short>, Serializable, Function<Character,Short>, IntUnaryOperator, Map<Character,Short>
Direct Known Subclasses:
Char2ShortSortedMaps.SynchronizedSortedMap
Enclosing class:
Char2ShortMaps

public static class Char2ShortMaps.SynchronizedMap extends Char2ShortFunctions.SynchronizedFunction implements Char2ShortMap, Serializable
A synchronized wrapper class for maps.
See Also: