Class AbstractSerializableSetDecorator<E>

  • Type Parameters:
    E - the type of the elements in this set
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable<E>, java.util.Collection<E>, java.util.Set<E>
    Direct Known Subclasses:
    ListOrderedSet, UnmodifiableSet

    public abstract class AbstractSerializableSetDecorator<E>
    extends AbstractSetDecorator<E>
    Serializable subclass of AbstractSetDecorator.
    Since:
    3.1
    See Also:
    Serialized Form