Class ImmutableList<T>

java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractList<T>
org.parboiled.common.ImmutableList<T>
Type Parameters:
T - The type of the List elements.
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>, SequencedCollection<T>

public abstract class ImmutableList<T> extends AbstractList<T>
A simple, immutable List implementation wrapping an array.