Uses of Interface
org.apache.commons.collections.collection.CompositeCollection.CollectionMutator
-
Packages that use CompositeCollection.CollectionMutator Package Description org.apache.commons.collections.collection This package contains implementations of theCollection
interface.org.apache.commons.collections.set -
-
Uses of CompositeCollection.CollectionMutator in org.apache.commons.collections.collection
Fields in org.apache.commons.collections.collection declared as CompositeCollection.CollectionMutator Modifier and Type Field Description protected CompositeCollection.CollectionMutator
CompositeCollection. mutator
CollectionMutator to handle changes to the collectionMethods in org.apache.commons.collections.collection with parameters of type CompositeCollection.CollectionMutator Modifier and Type Method Description void
CompositeCollection. setMutator(CompositeCollection.CollectionMutator mutator)
Specify a CollectionMutator strategy instance to handle changes. -
Uses of CompositeCollection.CollectionMutator in org.apache.commons.collections.set
Subinterfaces of CompositeCollection.CollectionMutator in org.apache.commons.collections.set Modifier and Type Interface Description static interface
CompositeSet.SetMutator
Define callbacks for mutation operations.Methods in org.apache.commons.collections.set with parameters of type CompositeCollection.CollectionMutator Modifier and Type Method Description void
CompositeSet. setMutator(CompositeCollection.CollectionMutator mutator)
This can receive either aCompositeCollection.CollectionMutator
or aCompositeSet.SetMutator
.
-