Klasse Short2ObjectMaps.SynchronizedMap<V>

java.lang.Object
java.util.AbstractMap<Short,V>
speiger.src.collections.shorts.maps.abstracts.AbstractShort2ObjectMap<V>
speiger.src.collections.shorts.utils.maps.Short2ObjectMaps.SynchronizedMap<V>
Typparameter:
V - the keyType of elements maintained by this Collection
Alle implementierten Schnittstellen:
Map<Short,V>, ShortFunction<V>, Short2ObjectMap<V>
Bekannte direkte Unterklassen:
Short2ObjectMaps.SynchronizedOrderedMap, Short2ObjectMaps.SynchronizedSortedMap
Umschließende Klasse:
Short2ObjectMaps

public static class Short2ObjectMaps.SynchronizedMap<V> extends AbstractShort2ObjectMap<V> implements Short2ObjectMap<V>
The Synchronized Map implementation used by the synchronizedMap helper function