Class UnmodifiableTreeMap<K,V>

java.lang.Object
org.eclipse.collections.impl.UnmodifiableMap<K,V>
org.eclipse.collections.impl.map.sorted.mutable.UnmodifiableSortedMap<K,V>
org.eclipse.collections.impl.map.sorted.mutable.UnmodifiableTreeMap<K,V>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<V>, Map<K,V>, SortedMap<K,V>, InternalIterable<V>, MapIterable<K,V>, MutableMapIterable<K,V>, MutableSortedMap<K,V>, SortedMapIterable<K,V>, OrderedIterable<V>, ReversibleIterable<V>, RichIterable<V>

public class UnmodifiableTreeMap<K,V> extends UnmodifiableSortedMap<K,V> implements MutableSortedMap<K,V>
An unmodifiable view of a map.
See Also: