Class AbstractDelegatingCollection<E>

  • Type Parameters:
    E - The type of collection
    All Implemented Interfaces:
    Iterable<E>, Collection<E>
    Direct Known Subclasses:
    AbstractDelegatingSet

    public abstract class AbstractDelegatingCollection<E>
    extends Object
    implements Collection<E>
    Delegating collection that delegates all calls to the collection returned from delegate()