Class MultiCollection<E>

  • Type Parameters:
    E - is the type of elements in the collections.
    All Implemented Interfaces:
    Iterable<E>, Collection<E>

    public class MultiCollection<E>
    extends Object
    implements Collection<E>
    A collection composed of collections.

    This collection is not thread-safe.

    This collection is read-only.

    Version:
    17.0 2020-01-04 14:41:38
    Author:
    Stéphane GALLAND
    Maven Group Id:
    org.arakhne.afc.core
    Maven Artifact Id:
    util