org.apache.commons.collections.set

Class AbstractSerializableSetDecorator

Implemented Interfaces:
Collection, Serializable, Set
Known Direct Subclasses:
ListOrderedSet, UnmodifiableSet

public abstract class AbstractSerializableSetDecorator
extends AbstractSetDecorator
implements Serializable

Serializable subclass of AbstractSetDecorator.
Author:
Stephen Colebourne
Since:
Commons Collections 3.1

Field Summary

Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator

collection

Constructor Summary

AbstractSerializableSetDecorator(Set set)
Constructor.

Method Summary

Methods inherited from class org.apache.commons.collections.set.AbstractSetDecorator

getSet

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

Constructor Details

AbstractSerializableSetDecorator

protected AbstractSerializableSetDecorator(Set set)
Constructor.

Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.