Klasse Byte2ObjectMaps.SynchronizedMap<V>

java.lang.Object
java.util.AbstractMap<Byte,V>
speiger.src.collections.bytes.maps.abstracts.AbstractByte2ObjectMap<V>
speiger.src.collections.bytes.utils.maps.Byte2ObjectMaps.SynchronizedMap<V>
Typparameter:
V - the keyType of elements maintained by this Collection
Alle implementierten Schnittstellen:
Map<Byte,V>, ByteFunction<V>, Byte2ObjectMap<V>
Bekannte direkte Unterklassen:
Byte2ObjectMaps.SynchronizedOrderedMap, Byte2ObjectMaps.SynchronizedSortedMap
Umschließende Klasse:
Byte2ObjectMaps

public static class Byte2ObjectMaps.SynchronizedMap<V> extends AbstractByte2ObjectMap<V> implements Byte2ObjectMap<V>
The Synchronized Map implementation used by the synchronizedMap helper function