Class Long2ShortMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
All Implemented Interfaces:
Function<Long,Short>, Long2ShortFunction, Long2ShortMap, Serializable, Function<Long,Short>, LongToIntFunction, Map<Long,Short>
Direct Known Subclasses:
Long2ShortSortedMaps.SynchronizedSortedMap
Enclosing class:
Long2ShortMaps

public static class Long2ShortMaps.SynchronizedMap extends Long2ShortFunctions.SynchronizedFunction implements Long2ShortMap, Serializable
A synchronized wrapper class for maps.
See Also: