org.apache.commons.collections.set
Class AbstractSetDecorator

java.lang.Object
  |
  +--org.apache.commons.collections.collection.AbstractCollectionDecorator
        |
        +--org.apache.commons.collections.set.AbstractSetDecorator
All Implemented Interfaces:
java.util.Collection, java.util.Set
Direct Known Subclasses:
AbstractSortedSetDecorator, ListOrderedSet, UnmodifiableEntrySet, UnmodifiableSet

public abstract class AbstractSetDecorator
extends AbstractCollectionDecorator
implements java.util.Set

Decorates another Set to provide additional behaviour.

Methods are forwarded directly to the decorated set.

Since:
Commons Collections 3.0
Version:
$Revision: 1.2 $ $Date: 2004/01/14 21:43:14 $
Author:
Stephen Colebourne

Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 



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