Class AbstractSerializableSetDecorator<E>

Type Parameters:
E - the type of the elements in this set
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>
Direct Known Subclasses:
UnmodifiableSet

public abstract class AbstractSerializableSetDecorator<E> extends AbstractSetDecorator<E>
Serializable subclass of AbstractSetDecorator.
Since:
3.1
See Also:
  • Constructor Details

    • AbstractSerializableSetDecorator

      protected AbstractSerializableSetDecorator(Set<E> set)
      Constructor.
      Parameters:
      set - the list to decorate, must not be null
      Throws:
      NullPointerException - if set is null