org.apache.commons.collections.set
Class AbstractSerializableSetDecorator
java.lang.Object
org.apache.commons.collections.collection.AbstractCollectionDecorator
org.apache.commons.collections.set.AbstractSetDecorator
org.apache.commons.collections.set.AbstractSerializableSetDecorator
- All Implemented Interfaces:
- Serializable, Iterable, Collection, Set
- Direct Known Subclasses:
- ListOrderedSet, UnmodifiableSet
public abstract class AbstractSerializableSetDecorator
- extends AbstractSetDecorator
- implements Serializable
Serializable subclass of AbstractSetDecorator.
- 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, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString |
Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
AbstractSerializableSetDecorator
protected AbstractSerializableSetDecorator(Set set)
- Constructor.
Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.