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