Uses of Class org.apache.commons.collections.collection.CompositeCollection

Uses in package org.apache.commons.collections.set

Classes derived from org.apache.commons.collections.collection.CompositeCollection

class
Decorates a set of other sets to provide a single unified view.

Uses in package org.apache.commons.collections.collection

Methods with parameter type org.apache.commons.collections.collection.CompositeCollection

boolean
CompositeCollection.CollectionMutator.add(CompositeCollection composite, Collection[] collections, Object obj)
Called when an object is to be added to the composite.
boolean
CompositeCollection.CollectionMutator.addAll(CompositeCollection composite, Collection[] collections, Collection coll)
Called when a collection is to be added to the composite.
boolean
CompositeCollection.CollectionMutator.remove(CompositeCollection composite, Collection[] collections, Object obj)
Called when an object is to be removed to the composite.

Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.