Class Object2ShortMaps.SynchronizedMap<K>

java.lang.Object
it.unimi.dsi.fastutil.objects.Object2ShortFunctions.SynchronizedFunction<K>
it.unimi.dsi.fastutil.objects.Object2ShortMaps.SynchronizedMap<K>
All Implemented Interfaces:
Function<K,Short>, Object2ShortFunction<K>, Object2ShortMap<K>, Serializable, Function<K,Short>, ToIntFunction<K>, Map<K,Short>
Direct Known Subclasses:
Object2ShortSortedMaps.SynchronizedSortedMap
Enclosing class:
Object2ShortMaps

public static class Object2ShortMaps.SynchronizedMap<K> extends Object2ShortFunctions.SynchronizedFunction<K> implements Object2ShortMap<K>, Serializable
A synchronized wrapper class for maps.
See Also: