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 comp, java.util.Set existing, java.util.Set added, java.util.Collection intersects)
           Called when a Set is added to the CompositeSet and there is a collision between existing and added sets.
 



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.