Interface ImmutableSortedMap<K,​V>

All Superinterfaces:
ImmutableMapIterable<K,​V>, InternalIterable<V>, Iterable<V>, MapIterable<K,​V>, OrderedIterable<V>, ReversibleIterable<V>, RichIterable<V>, SortedMapIterable<K,​V>
All Known Implementing Classes:
AbstractImmutableSortedMap, ImmutableTreeMap

public interface ImmutableSortedMap<K,​V>
extends SortedMapIterable<K,​V>, ImmutableMapIterable<K,​V>
An ImmutableSortedMap is different than a JCF SortedMap in that it has no mutating methods, but it shares the read-only protocol of a SortedMap.