Interface MutableSortedSet<T>

All Superinterfaces:
Cloneable, Collection<T>, Comparable<SortedSetIterable<T>>, InternalIterable<T>, Iterable<T>, MutableCollection<T>, MutableSetIterable<T>, OrderedIterable<T>, ReversibleIterable<T>, RichIterable<T>, Set<T>, SetIterable<T>, SortedIterable<T>, SortedSet<T>, SortedSetIterable<T>
All Known Implementing Classes:
SortedSetAdapter, SynchronizedSortedSet, TreeSortedSet, UnmodifiableSortedSet

public interface MutableSortedSet<T>
extends MutableSetIterable<T>, SortedSetIterable<T>, SortedSet<T>, Cloneable
A MutableSortedSet is an implementation of a JCF SortedSet which provides methods matching the Smalltalk Collection protocol.
Since:
1.0