Uses of Interface
org.apache.commons.collections.collection.CompositeCollection.CollectionMutator

Packages that use CompositeCollection.CollectionMutator
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.CollectionMutator in org.apache.commons.collections.collection
 

Fields in org.apache.commons.collections.collection declared as CompositeCollection.CollectionMutator
protected  CompositeCollection.CollectionMutator CompositeCollection.mutator
          CollectionMutator to handle changes to the collection
 

Methods in org.apache.commons.collections.collection with parameters of type CompositeCollection.CollectionMutator
 void CompositeCollection.setMutator(CompositeCollection.CollectionMutator mutator)
          Specify a CollectionMutator strategy instance to handle changes.
 

Uses of CompositeCollection.CollectionMutator in org.apache.commons.collections.set
 

Subinterfaces of CompositeCollection.CollectionMutator in org.apache.commons.collections.set
static interface CompositeSet.SetMutator
          Define callbacks for mutation operations.
 

Methods in org.apache.commons.collections.set with parameters of type CompositeCollection.CollectionMutator
 void CompositeSet.setMutator(CompositeCollection.CollectionMutator mutator)
          This can receive either a CompositeCollection.CollectionMutator or a CompositeSet.SetMutator.
 



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