Class Byte2ShortMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.bytes.Byte2ShortFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.bytes.Byte2ShortMaps.SynchronizedMap
All Implemented Interfaces:
Byte2ShortFunction, Byte2ShortMap, Function<Byte,Short>, Serializable, Function<Byte,Short>, IntUnaryOperator, Map<Byte,Short>
Direct Known Subclasses:
Byte2ShortSortedMaps.SynchronizedSortedMap
Enclosing class:
Byte2ShortMaps

public static class Byte2ShortMaps.SynchronizedMap extends Byte2ShortFunctions.SynchronizedFunction implements Byte2ShortMap, Serializable
A synchronized wrapper class for maps.
See Also: