Class GridMultiCollectionWrapper<E>

  • Type Parameters:
    E -
    All Implemented Interfaces:
    Iterable<E>, Collection<E>

    public class GridMultiCollectionWrapper<E>
    extends Object
    implements Collection<E>
    Wrapper around several collection, don't allow adding new elements.
    • Field Detail

      • collections

        public final Collection<E>[] collections
        Collections.
    • Constructor Detail

      • GridMultiCollectionWrapper

        public GridMultiCollectionWrapper​(Collection<E>... collections)
        Parameters:
        collections - Collections.