Uses of Class
org.apache.commons.functor.generator.IteratorToGeneratorAdapter
-
Packages that use IteratorToGeneratorAdapter Package Description 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 Modifier and Type Method Description static <E> IteratorToGeneratorAdapter<E>IteratorToGeneratorAdapter. adapt(java.util.Iterator<? extends E> iter)Adapt an Iterator to the Generator interface.
-