Uses of Interface
org.apache.commons.collections4.set.CompositeSet.SetMutator
-
Packages that use CompositeSet.SetMutator Package Description org.apache.commons.collections4.set -
-
Uses of CompositeSet.SetMutator in org.apache.commons.collections4.set
Methods in org.apache.commons.collections4.set that return CompositeSet.SetMutator Modifier and Type Method Description protected CompositeSet.SetMutator<E>
CompositeSet. getMutator()
Get the set mutator to be used for this CompositeSet.Methods in org.apache.commons.collections4.set with parameters of type CompositeSet.SetMutator Modifier and Type Method Description void
CompositeSet. setMutator(CompositeSet.SetMutator<E> mutator)
Specify a SetMutator strategy instance to handle changes.
-