Class Short2ReferenceMaps.SynchronizedMap<V>

java.lang.Object
it.unimi.dsi.fastutil.shorts.Short2ReferenceFunctions.SynchronizedFunction<V>
it.unimi.dsi.fastutil.shorts.Short2ReferenceMaps.SynchronizedMap<V>
All Implemented Interfaces:
Function<Short,V>, Short2ReferenceFunction<V>, Short2ReferenceMap<V>, Serializable, Function<Short,V>, IntFunction<V>, Map<Short,V>
Direct Known Subclasses:
Short2ReferenceSortedMaps.SynchronizedSortedMap
Enclosing class:
Short2ReferenceMaps

public static class Short2ReferenceMaps.SynchronizedMap<V> extends Short2ReferenceFunctions.SynchronizedFunction<V> implements Short2ReferenceMap<V>, Serializable
A synchronized wrapper class for maps.
See Also: