Class TransformedSortedSet

  • All Implemented Interfaces:
    Serializable, Iterable, Collection, Set, SortedSet

    @Deprecated(since="2021-04-30")
    public class TransformedSortedSet
    extends TransformedSet
    implements SortedSet
    Deprecated.
    Commons Collections 3 is in maintenance mode. Commons Collections 4 should be used instead.
    Decorates another SortedSet to transform objects that are added.

    The add methods are affected by this class. Thus objects must be removed or searched for using their transformed form. For example, if the transformation converts Strings to Integers, you must use the Integer form to remove objects.

    This class is Serializable from Commons Collections 3.1.

    Since:
    Commons Collections 3.0
    See Also:
    Serialized Form