Class Long2CharMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
All Implemented Interfaces:
Function<Long,Character>, Long2CharFunction, Long2CharMap, Serializable, Function<Long,Character>, LongToIntFunction, Map<Long,Character>
Direct Known Subclasses:
Long2CharSortedMaps.SynchronizedSortedMap
Enclosing class:
Long2CharMaps

public static class Long2CharMaps.SynchronizedMap extends Long2CharFunctions.SynchronizedFunction implements Long2CharMap, Serializable
A synchronized wrapper class for maps.
See Also: