org.apache.commons.collections.collection
Class AbstractSerializableCollectionDecorator

java.lang.Object
  |
  +--org.apache.commons.collections.collection.AbstractCollectionDecorator
        |
        +--org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
All Implemented Interfaces:
java.util.Collection, java.io.Serializable
Direct Known Subclasses:
PredicatedCollection, TransformedCollection, UnmodifiableBoundedCollection, UnmodifiableCollection

public abstract class AbstractSerializableCollectionDecorator
extends AbstractCollectionDecorator
implements java.io.Serializable

Serializable subclass of AbstractCollectionDecorator.

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

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
 



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