Package | Description |
---|---|
org.apache.commons.collections.collection |
This package contains implementations of the
Collection interface. |
org.apache.commons.collections.set |
Modifier and Type | Field and Description |
---|---|
protected CompositeCollection.CollectionMutator |
CompositeCollection.mutator
CollectionMutator to handle changes to the collection
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeCollection.setMutator(CompositeCollection.CollectionMutator mutator)
Specify a CollectionMutator strategy instance to handle changes.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
CompositeSet.SetMutator
Define callbacks for mutation operations.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeSet.setMutator(CompositeCollection.CollectionMutator mutator)
This can receive either a
CompositeCollection.CollectionMutator
or a CompositeSet.SetMutator . |
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.