Class RegularImmutableList<E>

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

class RegularImmutableList<E> extends ImmutableList<E>
Implementation of ImmutableList backed by a simple array.