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>

public interface ImmutableSortedMap<K,V> extends SortedMapIterable<K,V>, ImmutableMapIterable<K,V>
An ImmutableSortedMap is different from a JCF SortedMap because it has no mutating methods. It provides the read-only protocol of a SortedMap.