net.sf.collections15.list
Class AbstractSerializableListDecorator<E>

java.lang.Object
  extended by net.sf.collections15.collection.AbstractCollectionDecorator<E>
      extended by net.sf.collections15.list.AbstractListDecorator<E>
          extended by net.sf.collections15.list.AbstractSerializableListDecorator<E>
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<E>, java.util.Collection<E>, java.util.List<E>
Direct Known Subclasses:
FixedSizeList, LazyList, SetUniqueList, UnmodifiableList

public abstract class AbstractSerializableListDecorator<E>
extends AbstractListDecorator<E>
implements java.io.Serializable

Serializable subclass of AbstractListDecorator.

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

Field Summary
 
Fields inherited from class net.sf.collections15.collection.AbstractCollectionDecorator
collection
 
Constructor Summary
protected AbstractSerializableListDecorator(java.util.List<E> list)
          Constructor.
 
Method Summary
 
Methods inherited from class net.sf.collections15.list.AbstractListDecorator
add, addAll, get, getList, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList
 
Methods inherited from class net.sf.collections15.collection.AbstractCollectionDecorator
add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, 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
 

Constructor Detail

AbstractSerializableListDecorator

protected AbstractSerializableListDecorator(java.util.List<E> list)
Constructor.



Copyright © 2001-2005 SourceForge.net. All Rights Reserved.