org.apache.commons.collections.set
Class AbstractSetDecorator
- Collection, Set
public abstract class AbstractSetDecorator
implements Set
Decorates another
Set to provide additional behaviour.
Methods are forwarded directly to the decorated set.
$Revision: 155406 $ $Date: 2005-02-26 12:55:26 +0000 (Sat, 26 Feb 2005) $
protected Set | getSet()- Gets the set being decorated.
|
add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString |
AbstractSetDecorator
protected AbstractSetDecorator()
Constructor only used in deserialization, do not use otherwise.
AbstractSetDecorator
protected AbstractSetDecorator(Set set)
Constructor that wraps (not copies).
set - the set to decorate, must not be null
getSet
protected Set getSet()
Gets the set being decorated.
Copyright © 2001-2015 Apache Software Foundation. All Rights Reserved.