Class CompoundList<E>

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

public class CompoundList<E> extends AbstractList<E>