org.apache.commons.collections.set
Class AbstractSerializableSetDecorator
- Collection, Serializable, Set
public abstract class AbstractSerializableSetDecorator
implements Serializable
Serializable subclass of AbstractSetDecorator.
add , addAll , clear , contains , containsAll , equals , getCollection , hashCode , isEmpty , iterator , remove , removeAll , retainAll , size , toArray , toArray , toString |
AbstractSerializableSetDecorator
protected AbstractSerializableSetDecorator(Set set)
Constructor.
Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.