Class Int2IntMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.ints.Int2IntFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.ints.Int2IntMaps.SynchronizedMap
All Implemented Interfaces:
Function<Integer,Integer>, Int2IntFunction, Int2IntMap, Serializable, Function<Integer,Integer>, IntUnaryOperator, Map<Integer,Integer>
Direct Known Subclasses:
Int2IntSortedMaps.SynchronizedSortedMap
Enclosing class:
Int2IntMaps

public static class Int2IntMaps.SynchronizedMap extends Int2IntFunctions.SynchronizedFunction implements Int2IntMap, Serializable
A synchronized wrapper class for maps.
See Also: