Interface MutableSortedMap<K,V>

All Superinterfaces:
Cloneable, InternalIterable<V>, Iterable<V>, Map<K,V>, MapIterable<K,V>, MutableMapIterable<K,V>, OrderedIterable<V>, ReversibleIterable<V>, RichIterable<V>, SortedMap<K,V>, SortedMapIterable<K,V>

public interface MutableSortedMap<K,V> extends MutableMapIterable<K,V>, SortedMapIterable<K,V>, SortedMap<K,V>, Cloneable
A MutableSortedMap is similar to a JCF Map but adds additional useful internal iterator methods. The MutableSortedMap interface additionally implements some methods in the Smalltalk Dictionary protocol.