Uses of Class
org.apache.commons.collections.set.CompositeSet
-
Packages that use CompositeSet Package Description org.apache.commons.collections.set -
-
Uses of CompositeSet in org.apache.commons.collections.set
Methods in org.apache.commons.collections.set with parameters of type CompositeSet Modifier and Type Method Description void
CompositeSet.SetMutator. resolveCollision(CompositeSet comp, Set existing, Set added, Collection intersects)
Called when a Set is added to the CompositeSet and there is a collision between existing and added sets.
-