Class AbstractSortedSetDecorator

  • All Implemented Interfaces:
    Iterable, Collection, Set, SortedSet
    Direct Known Subclasses:
    UnmodifiableSortedSet

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

    Methods are forwarded directly to the decorated set.

    Since:
    Commons Collections 3.0