org.apache.commons.collections.list
Class AbstractSerializableListDecorator<E>
java.lang.Object
org.apache.commons.collections.collection.AbstractCollectionDecorator<E>
org.apache.commons.collections.list.AbstractListDecorator<E>
org.apache.commons.collections.list.AbstractSerializableListDecorator<E>
- All Implemented Interfaces:
- Serializable, Iterable<E>, Collection<E>, List<E>
- Direct Known Subclasses:
- FixedSizeList, LazyList, SetUniqueList, UnmodifiableList
public abstract class AbstractSerializableListDecorator<E>
- extends AbstractListDecorator<E>
- implements Serializable
Serializable subclass of AbstractListDecorator.
- Since:
- Commons Collections 3.1
- Author:
- Matt Hall, John Watkinson, Stephen Colebourne
- See Also:
- Serialized Form
Methods inherited from class org.apache.commons.collections.list.AbstractListDecorator |
add, addAll, get, getList, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList |
Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator |
add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString |
Methods inherited from interface java.util.List |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
AbstractSerializableListDecorator
protected AbstractSerializableListDecorator(List<E> list)
- Constructor.
Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.