Class Byte2ReferenceMaps.SynchronizedMap<V>

java.lang.Object
it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction<V>
it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap<V>
All Implemented Interfaces:
Byte2ReferenceFunction<V>, Byte2ReferenceMap<V>, Function<Byte,V>, Serializable, Function<Byte,V>, IntFunction<V>, Map<Byte,V>
Direct Known Subclasses:
Byte2ReferenceSortedMaps.SynchronizedSortedMap
Enclosing class:
Byte2ReferenceMaps

public static class Byte2ReferenceMaps.SynchronizedMap<V> extends Byte2ReferenceFunctions.SynchronizedFunction<V> implements Byte2ReferenceMap<V>, Serializable
A synchronized wrapper class for maps.
See Also: