Uses of Class
org.apache.commons.collections.set.CompositeSet

Packages that use CompositeSet
org.apache.commons.collections.set This package contains implementations of the Set and SortedSet interfaces. 
 

Uses of CompositeSet in org.apache.commons.collections.set
 

Methods in org.apache.commons.collections.set with parameters of type CompositeSet
 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.

 



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