NavigableMap
Interface NavigableMap<K,V>
- Type Parameters:
-
K
- the type of keys maintained by this map -
V
- the type of mapped values
- All Known Subinterfaces:
- ConcurrentNavigableMap<K,V>
- All Known Implementing Classes:
- ConcurrentSkipListMap, TreeMap
public interface NavigableMap<K,V> extends SortedMap<K,V>