Class Int2BooleanMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.ints.Int2BooleanFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.ints.Int2BooleanMaps.SynchronizedMap
All Implemented Interfaces:
Function<Integer,Boolean>, Int2BooleanFunction, Int2BooleanMap, Serializable, Function<Integer,Boolean>, IntPredicate, Map<Integer,Boolean>
Direct Known Subclasses:
Int2BooleanSortedMaps.SynchronizedSortedMap
Enclosing class:
Int2BooleanMaps

public static class Int2BooleanMaps.SynchronizedMap extends Int2BooleanFunctions.SynchronizedFunction implements Int2BooleanMap, Serializable
A synchronized wrapper class for maps.
See Also: