Class AbstractSerializableListDecorator<E>

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable<E>, java.util.Collection<E>, java.util.List<E>
    Direct Known Subclasses:
    UnmodifiableList

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

      • AbstractSerializableListDecorator

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