Uses of Class
org.apache.commons.collections4.set.CompositeSet
-
Packages that use CompositeSet Package Description org.apache.commons.collections4.set This package contains implementations of theSet,SortedSetandNavigableSetinterfaces. -
-
Uses of CompositeSet in org.apache.commons.collections4.set
Methods in org.apache.commons.collections4.set with parameters of type CompositeSet Modifier and Type Method Description booleanCompositeSet.SetMutator. add(CompositeSet<E> composite, java.util.List<java.util.Set<E>> sets, E obj)Called when an object is to be added to the composite.booleanCompositeSet.SetMutator. addAll(CompositeSet<E> composite, java.util.List<java.util.Set<E>> sets, java.util.Collection<? extends E> coll)Called when a collection is to be added to the composite.voidCompositeSet.SetMutator. resolveCollision(CompositeSet<E> comp, java.util.Set<E> existing, java.util.Set<E> added, java.util.Collection<E> intersects)Called when a Set is added to the CompositeSet and there is a collision between existing and added sets.
-