Schnittstelle Object2ObjectNavigableMap<T,V>

Typparameter:
T - the keyType of elements maintained by this Collection
V - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
Function<T,V>, Map<T,V>, NavigableMap<T,V>, Object2ObjectMap<T,V>, Object2ObjectSortedMap<T,V>, SortedMap<T,V>, UnaryOperator<T,V>
Alle bekannten Implementierungsklassen:
Object2ObjectAVLTreeMap, Object2ObjectMaps.SynchronizedNavigableMap, Object2ObjectMaps.UnmodifyableNavigableMap, Object2ObjectRBTreeMap

public interface Object2ObjectNavigableMap<T,V> extends Object2ObjectSortedMap<T,V>, NavigableMap<T,V>
A Type Specific Navigable Map interface with a couple helper methods