Klasse Double2ObjectMaps.SynchronizedMap<V>

java.lang.Object
java.util.AbstractMap<Double,V>
speiger.src.collections.doubles.maps.abstracts.AbstractDouble2ObjectMap<V>
speiger.src.collections.doubles.utils.maps.Double2ObjectMaps.SynchronizedMap<V>
Typparameter:
V - the keyType of elements maintained by this Collection
Alle implementierten Schnittstellen:
DoubleFunction<V>, Map<Double,V>, DoubleFunction<V>, Double2ObjectMap<V>
Bekannte direkte Unterklassen:
Double2ObjectMaps.SynchronizedOrderedMap, Double2ObjectMaps.SynchronizedSortedMap
Umschließende Klasse:
Double2ObjectMaps

public static class Double2ObjectMaps.SynchronizedMap<V> extends AbstractDouble2ObjectMap<V> implements Double2ObjectMap<V>
The Synchronized Map implementation used by the synchronizedMap helper function