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

Packages that use CompositeCollection
org.apache.commons.collections.collection This package contains implementations of the Collection interface. 
org.apache.commons.collections.set This package contains implementations of the Set and SortedSet interfaces. 
 

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

Methods in org.apache.commons.collections.collection with parameters of type CompositeCollection
 boolean CompositeCollection.CollectionMutator.add(CompositeCollection<? extends E> composite, Collection<? extends E>[] collections, Object obj)
          Called when an object is to be added to the composite.
 boolean CompositeCollection.CollectionMutator.addAll(CompositeCollection<? extends E> composite, Collection<? extends E>[] collections, Collection<? extends E> coll)
          Called when a collection is to be added to the composite.
 boolean CompositeCollection.CollectionMutator.remove(CompositeCollection<? extends E> composite, Collection<? extends E>[] 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
 class CompositeSet<E>
          Decorates a set of other sets to provide a single unified view.
 



Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.