Package | Description |
---|---|
org.apache.commons.collections4.set |
This package contains implementations of the
Set ,
SortedSet and
NavigableSet interfaces. |
Modifier and Type | Method | Description |
---|---|---|
protected CompositeSet.SetMutator<E> |
CompositeSet.getMutator() |
Get the set mutator to be used for this CompositeSet.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CompositeSet.setMutator(CompositeSet.SetMutator<E> mutator) |
Specify a SetMutator strategy instance to handle changes.
|
Copyright © 2001-2019 - Apache Software Foundation