Uses of Class
org.apache.commons.collections.set.CompositeSet
-
Packages that use CompositeSet Package Description org.apache.commons.collections.set This package contains implementations of theSetandSortedSetinterfaces. -
-
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 voidCompositeSet.SetMutator. resolveCollision(CompositeSet comp, java.util.Set existing, java.util.Set added, java.util.Collection intersects)Called when a Set is added to the CompositeSet and there is a collision between existing and added sets.
-