org.apache.commons.collections.collection
Class AbstractSerializableCollectionDecorator<E>

java.lang.Object
  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator<E>
      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator<E>
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>
Direct Known Subclasses:
PredicatedCollection, TransformedCollection, UnmodifiableBoundedCollection, UnmodifiableCollection

public abstract class AbstractSerializableCollectionDecorator<E>
extends AbstractCollectionDecorator<E>
implements Serializable

Serializable subclass of AbstractCollectionDecorator.

Since:
Commons Collections 3.1
Author:
Matt Hall, John Watkinson, Stephen Colebourne
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
collection
 
Constructor Summary
protected AbstractSerializableCollectionDecorator(Collection<E> coll)
          Constructor.
 
Method Summary
 
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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractSerializableCollectionDecorator

protected AbstractSerializableCollectionDecorator(Collection<E> coll)
Constructor.



Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.