Class Int2LongMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
All Implemented Interfaces:
Function<Integer,Long>, Int2LongFunction, Int2LongMap, Serializable, Function<Integer,Long>, IntToLongFunction, Map<Integer,Long>
Direct Known Subclasses:
Int2LongSortedMaps.SynchronizedSortedMap
Enclosing class:
Int2LongMaps

public static class Int2LongMaps.SynchronizedMap extends Int2LongFunctions.SynchronizedFunction implements Int2LongMap, Serializable
A synchronized wrapper class for maps.
See Also: