|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompositeSet.SetMutator | |
---|---|
org.apache.commons.collections4.set | This package contains implementations of the Set and
SortedSet interfaces. |
Uses of CompositeSet.SetMutator in org.apache.commons.collections4.set |
---|
Methods in org.apache.commons.collections4.set that return CompositeSet.SetMutator | |
---|---|
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 | |
---|---|
void |
CompositeSet.setMutator(CompositeSet.SetMutator<E> mutator)
Specify a SetMutator strategy instance to handle changes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |