Class Int2ObjectMaps.SynchronizedMap<V>

java.lang.Object
it.unimi.dsi.fastutil.ints.Int2ObjectFunctions.SynchronizedFunction<V>
it.unimi.dsi.fastutil.ints.Int2ObjectMaps.SynchronizedMap<V>
All Implemented Interfaces:
Function<Integer,V>, Int2ObjectFunction<V>, Int2ObjectMap<V>, Serializable, Function<Integer,V>, IntFunction<V>, Map<Integer,V>
Direct Known Subclasses:
Int2ObjectSortedMaps.SynchronizedSortedMap
Enclosing class:
Int2ObjectMaps

public static class Int2ObjectMaps.SynchronizedMap<V> extends Int2ObjectFunctions.SynchronizedFunction<V> implements Int2ObjectMap<V>, Serializable
A synchronized wrapper class for maps.
See Also:
  • Method Details