Class Long2ReferenceMaps.SynchronizedMap<V>

java.lang.Object
it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction<V>
it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap<V>
All Implemented Interfaces:
Function<Long,V>, Long2ReferenceFunction<V>, Long2ReferenceMap<V>, Serializable, Function<Long,V>, LongFunction<V>, Map<Long,V>
Direct Known Subclasses:
Long2ReferenceSortedMaps.SynchronizedSortedMap
Enclosing class:
Long2ReferenceMaps

public static class Long2ReferenceMaps.SynchronizedMap<V> extends Long2ReferenceFunctions.SynchronizedFunction<V> implements Long2ReferenceMap<V>, Serializable
A synchronized wrapper class for maps.
See Also: