Package | Description |
---|---|
org.apache.commons.collections4.collection |
This package contains implementations of the
Collection interface. |
Modifier and Type | Method and Description |
---|---|
protected CompositeCollection.CollectionMutator<E> |
CompositeCollection.getMutator()
Get the collection mutator to be used for this CompositeCollection.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeCollection.setMutator(CompositeCollection.CollectionMutator<E> mutator)
Specify a CollectionMutator strategy instance to handle changes.
|
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.