Klasse Object2ObjectMaps.SynchronizedNavigableMap<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>, NavigableMap<T,V>, SortedMap<T,V>, UnaryOperator<T,V>, Object2ObjectMap<T,V>, Object2ObjectNavigableMap<T,V>, Object2ObjectSortedMap<T,V>
Umschließende Klasse:
Object2ObjectMaps

public static class Object2ObjectMaps.SynchronizedNavigableMap<T,V> extends Object2ObjectMaps.SynchronizedSortedMap<T,V> implements Object2ObjectNavigableMap<T,V>
The Synchronized Navigable Map implementation used by the synchronizedMap helper function