| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.collections.collection.AbstractCollectionDecorator
org.apache.commons.collections.set.AbstractSetDecorator
public abstract class AbstractSetDecorator
Decorates another Set to provide additional behaviour.
 
Methods are forwarded directly to the decorated set.
| Field Summary | 
|---|
| Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator | 
|---|
| collection | 
| Constructor Summary | |
|---|---|
| protected  | AbstractSetDecorator()Constructor only used in deserialization, do not use otherwise. | 
| protected  | AbstractSetDecorator(java.util.Set set)Constructor that wraps (not copies). | 
| Method Summary | |
|---|---|
| protected  java.util.Set | getSet()Gets the set being decorated. | 
| 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 | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, 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 | 
| Constructor Detail | 
|---|
protected AbstractSetDecorator()
protected AbstractSetDecorator(java.util.Set set)
set - the set to decorate, must not be null
java.lang.IllegalArgumentException - if set is null| Method Detail | 
|---|
protected java.util.Set getSet()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||