Class CombiningList<T>

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

    public class CombiningList<T>
    extends Object
    implements List<T>
    An immutable list that is backed by multiple.

    The list assumes that the underlying lists are immutable