org.apache.commons.collections.list
Class AbstractSerializableListDecorator

java.lang.Object
  |
  +--org.apache.commons.collections.collection.AbstractCollectionDecorator
        |
        +--org.apache.commons.collections.list.AbstractListDecorator
              |
              +--org.apache.commons.collections.list.AbstractSerializableListDecorator
All Implemented Interfaces:
java.util.Collection, java.util.List, java.io.Serializable
Direct Known Subclasses:
FixedSizeList, LazyList, SetUniqueList, UnmodifiableList

public abstract class AbstractSerializableListDecorator
extends AbstractListDecorator
implements java.io.Serializable

Serializable subclass of AbstractListDecorator.

Since:
Commons Collections 3.1
Author:
Stephen Colebourne
See Also:
Serialized Form

Methods inherited from class org.apache.commons.collections.list.AbstractListDecorator
add, addAll, get, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList
 
Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 



Copyright © 2001-2004 The Apache Software Foundation. All Rights Reserved.