Class AbstractSerializableListDecorator<E>

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

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