Klasse Char2ObjectMaps.SynchronizedMap<V>

java.lang.Object
java.util.AbstractMap<Character,V>
speiger.src.collections.chars.maps.abstracts.AbstractChar2ObjectMap<V>
speiger.src.collections.chars.utils.maps.Char2ObjectMaps.SynchronizedMap<V>
Typparameter:
V - the keyType of elements maintained by this Collection
Alle implementierten Schnittstellen:
Map<Character,V>, CharFunction<V>, Char2ObjectMap<V>
Bekannte direkte Unterklassen:
Char2ObjectMaps.SynchronizedOrderedMap, Char2ObjectMaps.SynchronizedSortedMap
Umschließende Klasse:
Char2ObjectMaps

public static class Char2ObjectMaps.SynchronizedMap<V> extends AbstractChar2ObjectMap<V> implements Char2ObjectMap<V>
The Synchronized Map implementation used by the synchronizedMap helper function