Klasse Long2ObjectMaps.SynchronizedMap<V>

java.lang.Object
java.util.AbstractMap<Long,V>
speiger.src.collections.longs.maps.abstracts.AbstractLong2ObjectMap<V>
speiger.src.collections.longs.utils.maps.Long2ObjectMaps.SynchronizedMap<V>
Typparameter:
V - the keyType of elements maintained by this Collection
Alle implementierten Schnittstellen:
LongFunction<V>, Map<Long,V>, LongFunction<V>, Long2ObjectMap<V>
Bekannte direkte Unterklassen:
Long2ObjectMaps.SynchronizedOrderedMap, Long2ObjectMaps.SynchronizedSortedMap
Umschließende Klasse:
Long2ObjectMaps

public static class Long2ObjectMaps.SynchronizedMap<V> extends AbstractLong2ObjectMap<V> implements Long2ObjectMap<V>
The Synchronized Map implementation used by the synchronizedMap helper function