Class Short2IntMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
All Implemented Interfaces:
Function<Short,Integer>, Short2IntFunction, Short2IntMap, Serializable, Function<Short,Integer>, IntUnaryOperator, Map<Short,Integer>
Direct Known Subclasses:
Short2IntSortedMaps.SynchronizedSortedMap
Enclosing class:
Short2IntMaps

public static class Short2IntMaps.SynchronizedMap extends Short2IntFunctions.SynchronizedFunction implements Short2IntMap, Serializable
A synchronized wrapper class for maps.
See Also: