Class ImmutableAsList<E>

All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, List<E>, RandomAccess, SequencedCollection<E>
Direct Known Subclasses:
RegularImmutableAsList

abstract class ImmutableAsList<E> extends ImmutableList<E>
List returned by ImmutableCollection.asList() that delegates contains checks to the backing collection.