Class ImmutableLinkedList<T>

All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>

public class ImmutableLinkedList<T> extends AbstractSequentialList<T>