org.apache.commons.collections4.set
Class AbstractSerializableSetDecorator<E>
java.lang.Object
org.apache.commons.collections4.collection.AbstractCollectionDecorator<E>
org.apache.commons.collections4.set.AbstractSetDecorator<E>
org.apache.commons.collections4.set.AbstractSerializableSetDecorator<E>
- All Implemented Interfaces:
- Serializable, Iterable<E>, Collection<E>, Set<E>
- Direct Known Subclasses:
- ListOrderedSet, UnmodifiableSet
public abstract class AbstractSerializableSetDecorator<E>
- extends AbstractSetDecorator<E>
- implements Serializable
Serializable subclass of AbstractSetDecorator.
- Since:
- 3.1
- Version:
- $Id: AbstractSerializableSetDecorator.java 1494280 2013-06-18 20:07:04Z tn $
- See Also:
- Serialized Form
Methods inherited from class org.apache.commons.collections4.collection.AbstractCollectionDecorator |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, setCollection, 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<E> set)
- Constructor.
- Parameters:
set
- the list to decorate, must not be null
- Throws:
IllegalArgumentException
- if set is null
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.