Class AbstractSerializableSetDecorator<E>

All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>
Direct Known Subclasses:
ListOrderedSet, UnmodifiableSet

public abstract class AbstractSerializableSetDecorator<E> extends AbstractSetDecorator<E>
Serializable subclass of AbstractSetDecorator.
Since:
3.1
Version:
$Id: AbstractSerializableSetDecorator.java 1686855 2015-06-22 13:00:27Z tn $
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