java.lang.Object
org.codehaus.commons.compiler.util.iterator.ProducerIterator<T>
- Type Parameters:
T
- The type of the products and the iterator elements
- All Implemented Interfaces:
Iterator<T>
- Direct Known Subclasses:
DirectoryIterator
public class ProducerIterator<T>
extends Object
implements Iterator<T>
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ProducerIterator
public ProducerIterator(Producer<T> producer)
-