Class CompositeSet

  • All Implemented Interfaces:
    Iterable, Collection, Set

    @Deprecated(since="2021-04-30")
    public class CompositeSet
    extends CompositeCollection
    implements Set
    Deprecated.
    Commons Collections 3 is in maintenance mode. Commons Collections 4 should be used instead.
    Decorates a set of other sets to provide a single unified view.

    Changes made to this set will actually be made on the decorated set. Add operations require the use of a pluggable strategy. If no strategy is provided then add is unsupported.

    Since:
    Commons Collections 3.0