Class SortedMapAdapter<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 SortedMapAdapter<K,​V>
extends AbstractMutableSortedMap<K,​V>
implements Serializable
This class provides a MutableSortedMap wrapper around a JDK Collections SortedMap interface instance. All of the MutableSortedMap interface methods are supported in addition to the JDK SortedMap interface methods.

To create a new wrapper around an existing SortedMap instance, use the adapt(SortedMap) factory method.

See Also:
Serialized Form