Klasse Object2ObjectMaps.SynchronizedSortedMap<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>, SortedMap<T,V>, UnaryOperator<T,V>, Object2ObjectMap<T,V>, Object2ObjectSortedMap<T,V>
Bekannte direkte Unterklassen:
Object2ObjectMaps.SynchronizedNavigableMap
Umschließende Klasse:
Object2ObjectMaps

public static class Object2ObjectMaps.SynchronizedSortedMap<T,V> extends Object2ObjectMaps.SynchronizedMap<T,V> implements Object2ObjectSortedMap<T,V>
The Synchronized Sorted Map implementation used by the synchronizedMap helper function