SortedMap

Interface SortedMap<K,V>

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

A Map that further provides a total ordering