| Package | Description |
|---|---|
| org.apache.commons.collections4.collection |
This package contains implementations of the
Collection interface.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompositeCollection.CollectionMutator.add(CompositeCollection
Called when an object is to be added to the composite.
|
boolean |
CompositeCollection.CollectionMutator.addAll(CompositeCollection
Called when a collection is to be added to the composite.
|
boolean |
CompositeCollection.CollectionMutator.remove(CompositeCollection
Called when an object is to be removed to the composite.
|