Uses of Interface
org.apache.commons.collections4.set.CompositeSet.SetMutator

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

Uses of CompositeSet.SetMutator in org.apache.commons.collections4.set
 

Methods in org.apache.commons.collections4.set that return CompositeSet.SetMutator
protected  CompositeSet.SetMutator<E> CompositeSet.getMutator()
          Get the set mutator to be used for this CompositeSet.
 

Methods in org.apache.commons.collections4.set with parameters of type CompositeSet.SetMutator
 void CompositeSet.setMutator(CompositeSet.SetMutator<E> mutator)
          Specify a SetMutator strategy instance to handle changes.
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.