Class ImmutableList<E>

Type Parameters:
E -
All Implemented Interfaces:
Immutable, Iterable<E>, Collection<E>, List<E>

public final class ImmutableList<E> extends ImmutableCollection<E> implements List<E>
Since:
0.8
Author:
Haiyang Li