| Package | Description |
|---|---|
| org.apache.commons.collections4.set |
This package contains implementations of the
Set and
SortedSet interfaces. |
| Modifier and Type | Field and Description |
|---|---|
private CompositeSet.SetMutator<E> |
CompositeSet.mutator
SetMutator to handle changes to the collection
|
| Modifier and Type | Method and Description |
|---|---|
protected CompositeSet.SetMutator<E> |
CompositeSet.getMutator()
Get the set mutator to be used for this CompositeSet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeSet.setMutator(CompositeSet.SetMutator<E> mutator)
Specify a SetMutator strategy instance to handle changes.
|