Uses of Class
org.apache.commons.functor.generator.IteratorToGeneratorAdapter

Packages that use IteratorToGeneratorAdapter
org.apache.commons.functor.generator Contains code related to Generators. 
 

Uses of IteratorToGeneratorAdapter in org.apache.commons.functor.generator
 

Methods in org.apache.commons.functor.generator that return IteratorToGeneratorAdapter
static
<E> IteratorToGeneratorAdapter<E>
IteratorToGeneratorAdapter.adapt(Iterator<? extends E> iter)
          Adapt an Iterator to the Generator interface.
 



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