Class Short2ObjectMaps.SynchronizedMap<V>

java.lang.Object
it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction<V>
it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap<V>
All Implemented Interfaces:
Function<Short,V>, Short2ObjectFunction<V>, Short2ObjectMap<V>, Serializable, Function<Short,V>, IntFunction<V>, Map<Short,V>
Direct Known Subclasses:
Short2ObjectSortedMaps.SynchronizedSortedMap
Enclosing class:
Short2ObjectMaps

public static class Short2ObjectMaps.SynchronizedMap<V> extends Short2ObjectFunctions.SynchronizedFunction<V> implements Short2ObjectMap<V>, Serializable
A synchronized wrapper class for maps.
See Also:
  • Method Details