Class ImmutableAsList<E>

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

@GwtCompatible(serializable=true, emulated=true) abstract class ImmutableAsList<E> extends ImmutableList<E>
List returned by ImmutableCollection.asList() that delegates contains checks to the backing collection.