java.lang.Object | ||
↳ | org.apache.commons.collections.collection.AbstractCollectionDecorator | |
↳ | org.apache.commons.collections.set.AbstractSetDecorator |
![]() |
![]() |
Decorates another Set
to provide additional behaviour.
Methods are forwarded directly to the decorated set.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor only used in deserialization, do not use otherwise.
| |||||||||||
Constructor that wraps (not copies).
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the set being decorated.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructor only used in deserialization, do not use otherwise.
Constructor that wraps (not copies).
set | the set to decorate, must not be null |
---|
IllegalArgumentException | if set is null |
---|