Klasse Object2ObjectMaps.SynchronizedOrderedMap<T,V>

Typparameter:
T - the keyType of elements maintained by this Collection
V - the keyType of elements maintained by this Collection
Alle implementierten Schnittstellen:
Function<T,V>, Map<T,V>, UnaryOperator<T,V>, Object2ObjectMap<T,V>, Object2ObjectOrderedMap<T,V>
Umschließende Klasse:
Object2ObjectMaps

public static class Object2ObjectMaps.SynchronizedOrderedMap<T,V> extends Object2ObjectMaps.SynchronizedMap<T,V> implements Object2ObjectOrderedMap<T,V>
The Synchronized Ordered Map implementation used by the synchronizedMap helper function