Interface ImmutableNavigableMap<K,V>

Type Parameters:
K - the key type
V - the value type
All Superinterfaces:
ImmutableMap<K,V>, ImmutableSortedMap<K,V>, Iterable<Map.Entry<K,V>>, ReadOnlyMap<K,V>, ReadOnlyNavigableMap<K,V>, ReadOnlySequencedMap<K,V>, ReadOnlySortedMap<K,V>
All Known Implementing Classes:
RedBlackMap

public interface ImmutableNavigableMap<K,V> extends ReadOnlyNavigableMap<K,V>, ImmutableSortedMap<K,V>
An interface to an immutable navigable map; the implementation guarantees that the state of the collection does not change.