Class Long2IntMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
All Implemented Interfaces:
Function<Long,Integer>, Long2IntFunction, Long2IntMap, Serializable, Function<Long,Integer>, LongToIntFunction, Map<Long,Integer>
Direct Known Subclasses:
Long2IntSortedMaps.SynchronizedSortedMap
Enclosing class:
Long2IntMaps

public static class Long2IntMaps.SynchronizedMap extends Long2IntFunctions.SynchronizedFunction implements Long2IntMap, Serializable
A synchronized wrapper class for maps.
See Also: