Class AbstractSetDecorator
- java.lang.Object
-
- org.apache.commons.collections.collection.AbstractCollectionDecorator
-
- org.apache.commons.collections.set.AbstractSetDecorator
-
- All Implemented Interfaces:
java.lang.Iterable,java.util.Collection,java.util.Set
- Direct Known Subclasses:
AbstractSerializableSetDecorator,AbstractSortedSetDecorator,UnmodifiableEntrySet
public abstract class AbstractSetDecorator extends AbstractCollectionDecorator implements java.util.Set
Decorates anotherSetto provide additional behaviour.Methods are forwarded directly to the decorated set.
- Since:
- Commons Collections 3.0