public class ProducerIterator extends Object implements Iterator
Producer
Constructor and Description |
---|
ProducerIterator(Producer producer) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Object |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ProducerIterator(Producer producer)
Copyright © 2001–2014. All rights reserved.