Class RegularImmutableSortedSet<E>

All Implemented Interfaces:
SortedIterable<E>, Serializable, Iterable<E>, Collection<E>, NavigableSet<E>, SequencedCollection<E>, SequencedSet<E>, Set<E>, SortedSet<E>

final class RegularImmutableSortedSet<E> extends ImmutableSortedSet<E>
An immutable sorted set with one or more elements. TODO(jlevy): Consider separate class for a single-element sorted set.