Class Int2ShortMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.ints.Int2ShortFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.ints.Int2ShortMaps.SynchronizedMap
All Implemented Interfaces:
Function<Integer,Short>, Int2ShortFunction, Int2ShortMap, Serializable, Function<Integer,Short>, IntUnaryOperator, Map<Integer,Short>
Direct Known Subclasses:
Int2ShortSortedMaps.SynchronizedSortedMap
Enclosing class:
Int2ShortMaps

public static class Int2ShortMaps.SynchronizedMap extends Int2ShortFunctions.SynchronizedFunction implements Int2ShortMap, Serializable
A synchronized wrapper class for maps.
See Also: