Class Reference2ShortMaps.SynchronizedMap<K>

java.lang.Object
it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction<K>
it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap<K>
All Implemented Interfaces:
Function<K,Short>, Reference2ShortFunction<K>, Reference2ShortMap<K>, Serializable, Function<K,Short>, ToIntFunction<K>, Map<K,Short>
Direct Known Subclasses:
Reference2ShortSortedMaps.SynchronizedSortedMap
Enclosing class:
Reference2ShortMaps

public static class Reference2ShortMaps.SynchronizedMap<K> extends Reference2ShortFunctions.SynchronizedFunction<K> implements Reference2ShortMap<K>, Serializable
A synchronized wrapper class for maps.
See Also: