Uses of Class
org.apache.commons.collections4.set.CompositeSet
Package
Description
-
Uses of CompositeSet in org.apache.commons.collections4.set
Modifier and TypeMethodDescriptionboolean
Called when an object is to be added to the composite.boolean
CompositeSet.SetMutator.addAll
(CompositeSet<E> composite, List<Set<E>> sets, Collection<? extends E> coll) Called when a collection is to be added to the composite.void
CompositeSet.SetMutator.resolveCollision
(CompositeSet<E> comp, Set<E> existing, Set<E> added, Collection<E> intersects) Called when a Set is added to the CompositeSet and there is a collision between existing and added sets.