Uses of Class
org.apache.commons.collections4.collection.CompositeCollection
-
Packages that use CompositeCollection Package Description org.apache.commons.collections4.collection This package contains implementations of theCollectioninterface. -
-
Uses of CompositeCollection in org.apache.commons.collections4.collection
Methods in org.apache.commons.collections4.collection with parameters of type CompositeCollection Modifier and Type Method Description booleanCompositeCollection.CollectionMutator. add(CompositeCollection<E> composite, java.util.List<java.util.Collection<E>> collections, E obj)Called when an object is to be added to the composite.booleanCompositeCollection.CollectionMutator. addAll(CompositeCollection<E> composite, java.util.List<java.util.Collection<E>> collections, java.util.Collection<? extends E> coll)Called when a collection is to be added to the composite.booleanCompositeCollection.CollectionMutator. remove(CompositeCollection<E> composite, java.util.List<java.util.Collection<E>> collections, java.lang.Object obj)Called when an object is to be removed to the composite.
-