Uses of Package
org.apache.commons.functor.generator

Packages that use org.apache.commons.functor.generator
org.apache.commons.functor.core.algorithm Various algorithm-esque functors. 
org.apache.commons.functor.generator Contains code related to Generators. 
org.apache.commons.functor.generator.util Contains utility code for Generators. 
 

Classes in org.apache.commons.functor.generator used by org.apache.commons.functor.core.algorithm
Generator
          The Generator interface defines a number of useful actions applying UnaryFunctors to each in a series of argument Objects.
 

Classes in org.apache.commons.functor.generator used by org.apache.commons.functor.generator
BaseGenerator
          Base class for generators.
Generator
          The Generator interface defines a number of useful actions applying UnaryFunctors to each in a series of argument Objects.
IteratorToGeneratorAdapter
          Adapts an Iterator to the Generator interface.
 

Classes in org.apache.commons.functor.generator used by org.apache.commons.functor.generator.util
BaseGenerator
          Base class for generators.
Generator
          The Generator interface defines a number of useful actions applying UnaryFunctors to each in a series of argument Objects.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.