Class RegularImmutableAsList<E>

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

class RegularImmutableAsList<E> extends ImmutableAsList<E>
An ImmutableAsList implementation specialized for when the delegate collection is already backed by an ImmutableList or array.