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