Class Byte2ObjectMaps.SynchronizedMap<V>

java.lang.Object
it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction<V>
it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap<V>
All Implemented Interfaces:
Byte2ObjectFunction<V>, Byte2ObjectMap<V>, Function<Byte,​V>, Serializable, Function<Byte,​V>, IntFunction<V>, Map<Byte,​V>
Direct Known Subclasses:
Byte2ObjectSortedMaps.SynchronizedSortedMap
Enclosing class:
Byte2ObjectMaps

public static class Byte2ObjectMaps.SynchronizedMap<V>
extends Byte2ObjectFunctions.SynchronizedFunction<V>
implements Byte2ObjectMap<V>, Serializable
A synchronized wrapper class for maps.
See Also:
Serialized Form