Class AbstractSerializableListDecorator<E>

All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, List<E>
Direct Known Subclasses:
UnmodifiableList

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

    • AbstractSerializableListDecorator

      protected AbstractSerializableListDecorator(List<E> list)
      Constructor that wraps (not copies).
      Parameters:
      list - the list to decorate, must not be null
      Throws:
      NullPointerException - if list is null