Class CompositeList<T>

  • Type Parameters:
    T - item type
    All Implemented Interfaces:
    Iterable<T>, Collection<T>, List<T>

    public class CompositeList<T>
    extends AbstractList<T>
    Joined List build from two Lists (read-only). Extremely simple single-purpose implementation.
    Since:
    7109