Class ImmutableNavigableMap<K,V>

Type Parameters:
K - the key type
V - the value type
All Implemented Interfaces:
Immutable, Map<K,V>, NavigableMap<K,V>, SortedMap<K,V>

public class ImmutableNavigableMap<K,V> extends ImmutableSortedMap<K,V> implements NavigableMap<K,V>
Since:
1.1.4
Author:
Haiyang Li