Interface ReadOnlySortedMap<K,V>

Type Parameters:
K - the key type
V - the value type
All Superinterfaces:
Iterable<Map.Entry<K,V>>, ReadOnlyMap<K,V>, ReadOnlySequencedMap<K,V>
All Known Subinterfaces:
ImmutableNavigableMap<K,V>, ImmutableSortedMap<K,V>, ReadOnlyNavigableMap<K,V>
All Known Implementing Classes:
MutableRedBlackMap, ReadOnlyNavigableMapFacade, ReadOnlySortedMapFacade, RedBlackMap

public interface ReadOnlySortedMap<K,V> extends ReadOnlySequencedMap<K,V>
A read-only interface to a sorted map. A sorted map is a map that provides a total ordering on its keys.