Klasse Int2ObjectMaps.SynchronizedMap<V>

java.lang.Object
java.util.AbstractMap<Integer,V>
speiger.src.collections.ints.maps.abstracts.AbstractInt2ObjectMap<V>
speiger.src.collections.ints.utils.maps.Int2ObjectMaps.SynchronizedMap<V>
Typparameter:
V - the keyType of elements maintained by this Collection
Alle implementierten Schnittstellen:
IntFunction<V>, Map<Integer,V>, IntFunction<V>, Int2ObjectMap<V>
Bekannte direkte Unterklassen:
Int2ObjectMaps.SynchronizedOrderedMap, Int2ObjectMaps.SynchronizedSortedMap
Umschließende Klasse:
Int2ObjectMaps

public static class Int2ObjectMaps.SynchronizedMap<V> extends AbstractInt2ObjectMap<V> implements Int2ObjectMap<V>
The Synchronized Map implementation used by the synchronizedMap helper function