Class MultipleDelegateList<T>

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

    public final class MultipleDelegateList<T>
    extends Object
    implements List<T>, RandomAccess
    A list that delegates get and set operations to multiple delegates. Add and removal operations are not supported.