Class ImmutableSortedAsList<E>

All Implemented Interfaces:
SortedIterable<E>, Serializable, Iterable<E>, Collection<E>, List<E>, RandomAccess, SequencedCollection<E>

final class ImmutableSortedAsList<E> extends RegularImmutableAsList<E> implements SortedIterable<E>
List returned by ImmutableSortedSet.asList() when the set isn't empty.