Class ChainedCollection<E>

  • All Implemented Interfaces:
    Iterable<E>, Collection<E>

    public class ChainedCollection<E>
    extends AbstractCollection<E>
    An unmodifiable Collection that provides access to many collections in the given order.
    Since:
    Coherence 12.1.2
    Author:
    hr 2014.02.19