Class ImmutableList<T>

Type Parameters:
T - The element type
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>

public class ImmutableList<T> extends AbstractList<T>
Simple immutable array list