Class Int2ReferenceMaps.SynchronizedMap<V>

java.lang.Object
it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction<V>
it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap<V>
All Implemented Interfaces:
Function<Integer,V>, Int2ReferenceFunction<V>, Int2ReferenceMap<V>, Serializable, Function<Integer,V>, IntFunction<V>, Map<Integer,V>
Direct Known Subclasses:
Int2ReferenceSortedMaps.SynchronizedSortedMap
Enclosing class:
Int2ReferenceMaps

public static class Int2ReferenceMaps.SynchronizedMap<V> extends Int2ReferenceFunctions.SynchronizedFunction<V> implements Int2ReferenceMap<V>, Serializable
A synchronized wrapper class for maps.
See Also: