public abstract class

AbstractSerializableListDecorator

extends AbstractListDecorator
implements Serializable
java.lang.Object
   ↳ org.apache.commons.collections.collection.AbstractCollectionDecorator
     ↳ org.apache.commons.collections.list.AbstractListDecorator
       ↳ org.apache.commons.collections.list.AbstractSerializableListDecorator
Known Direct Subclasses

Class Overview

Serializable subclass of AbstractListDecorator.

Summary

[Expand]
Inherited Fields
From class org.apache.commons.collections.collection.AbstractCollectionDecorator
Protected Constructors
AbstractSerializableListDecorator(List list)
Constructor.
[Expand]
Inherited Methods
From class org.apache.commons.collections.list.AbstractListDecorator
From class org.apache.commons.collections.collection.AbstractCollectionDecorator
From class java.lang.Object
From interface java.lang.Iterable
From interface java.util.Collection
From interface java.util.List

Protected Constructors

protected AbstractSerializableListDecorator (List list)

Constructor.