Class Object2LongMaps.SynchronizedMap<K>

java.lang.Object
it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction<K>
it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap<K>
All Implemented Interfaces:
Function<K,Long>, Object2LongFunction<K>, Object2LongMap<K>, Serializable, Function<K,Long>, ToLongFunction<K>, Map<K,Long>
Direct Known Subclasses:
Object2LongSortedMaps.SynchronizedSortedMap
Enclosing class:
Object2LongMaps

public static class Object2LongMaps.SynchronizedMap<K> extends Object2LongFunctions.SynchronizedFunction<K> implements Object2LongMap<K>, Serializable
A synchronized wrapper class for maps.
See Also: