Class Reference2LongMaps.SynchronizedMap<K>

java.lang.Object
it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction<K>
it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap<K>
All Implemented Interfaces:
Function<K,Long>, Reference2LongFunction<K>, Reference2LongMap<K>, Serializable, Function<K,Long>, ToLongFunction<K>, Map<K,Long>
Direct Known Subclasses:
Reference2LongSortedMaps.SynchronizedSortedMap
Enclosing class:
Reference2LongMaps

public static class Reference2LongMaps.SynchronizedMap<K> extends Reference2LongFunctions.SynchronizedFunction<K> implements Reference2LongMap<K>, Serializable
A synchronized wrapper class for maps.
See Also: