Class AbstractImmutableSortedSet<T>

All Implemented Interfaces:
Comparable<SortedSetIterable<T>>, Iterable<T>, Collection<T>, SequencedCollection<T>, SequencedSet<T>, Set<T>, SortedSet<T>, ImmutableCollection<T>, InternalIterable<T>, OrderedIterable<T>, ReversibleIterable<T>, SortedIterable<T>, RichIterable<T>, ImmutableSetIterable<T>, SetIterable<T>, ImmutableSortedSet<T>, SortedSetIterable<T>
Direct Known Subclasses:
ImmutableEmptySortedSet, ImmutableTreeSet

abstract class AbstractImmutableSortedSet<T> extends AbstractImmutableCollection<T> implements ImmutableSortedSet<T>, SortedSet<T>
This class is the parent class for all ImmutableSortedSets. All implementations of ImmutableSortedSet must implement the SortedSet interface so an TreeSet.equals(anImmutableSortedSet) can return true when the contents are the same.