Uses of Class
org.apache.commons.collections.collection.CompositeCollection
-
Packages that use CompositeCollection Package Description org.apache.commons.collections.collection This package contains implementations of theCollectioninterface.org.apache.commons.collections.set -
-
Uses of CompositeCollection in org.apache.commons.collections.collection
Methods in org.apache.commons.collections.collection with parameters of type CompositeCollection Modifier and Type Method Description booleanCompositeCollection.CollectionMutator. add(CompositeCollection composite, Collection[] collections, Object obj)Called when an object is to be added to the composite.booleanCompositeCollection.CollectionMutator. addAll(CompositeCollection composite, Collection[] collections, Collection coll)Called when a collection is to be added to the composite.booleanCompositeCollection.CollectionMutator. remove(CompositeCollection composite, Collection[] collections, Object obj)Called when an object is to be removed to the composite. -
Uses of CompositeCollection in org.apache.commons.collections.set
Subclasses of CompositeCollection in org.apache.commons.collections.set Modifier and Type Class Description classCompositeSetDecorates a set of other sets to provide a single unified view.
-