Class AggregatedList<T>

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

    public class AggregatedList<T>
    extends AbstractList<T>
    A read-only list implementation that aggregates a set of sub lists.
    • Constructor Detail

      • AggregatedList

        public AggregatedList()