Uses of Interface
org.apache.commons.collections4.set.CompositeSet.SetMutator
Package
Description
-
Uses of CompositeSet.SetMutator in org.apache.commons.collections4.set
Modifier and TypeMethodDescriptionprotected CompositeSet.SetMutator<E>
CompositeSet.getMutator()
Gets the set mutator to be used for this CompositeSet.Modifier and TypeMethodDescriptionvoid
CompositeSet.setMutator
(CompositeSet.SetMutator<E> mutator) Specify a SetMutator strategy instance to handle changes.