| Package | Description |
|---|---|
| org.apache.commons.collections4.set |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompositeSet.SetMutator.add(CompositeSet
Called when an object is to be added to the composite.
|
boolean |
CompositeSet.SetMutator.addAll(CompositeSet
Called when a collection is to be added to the composite.
|
void |
CompositeSet.SetMutator.resolveCollision(CompositeSet
Called when a Set is added to the CompositeSet and there is a collision between existing and added sets.
|