Class Short2LongMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
All Implemented Interfaces:
Function<Short,Long>, Short2LongFunction, Short2LongMap, Serializable, Function<Short,Long>, IntToLongFunction, Map<Short,Long>
Direct Known Subclasses:
Short2LongSortedMaps.SynchronizedSortedMap
Enclosing class:
Short2LongMaps

public static class Short2LongMaps.SynchronizedMap extends Short2LongFunctions.SynchronizedFunction implements Short2LongMap, Serializable
A synchronized wrapper class for maps.
See Also: