Class AbstractSetDecorator

  • All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.Set
    Direct Known Subclasses:
    AbstractSerializableSetDecorator, AbstractSortedSetDecorator, UnmodifiableEntrySet

    @Deprecated(since="2021-04-30")
    public abstract class AbstractSetDecorator
    extends AbstractCollectionDecorator
    implements java.util.Set
    Deprecated.
    Commons Collections 3 is in maintenance mode. Commons Collections 4 should be used instead.
    Decorates another Set to provide additional behaviour.

    Methods are forwarded directly to the decorated set.

    Since:
    Commons Collections 3.0