T
- The type of the products and the iterator elementspublic class ProducerIterator<T> extends Object implements Iterator<T>
Producer
Constructor and Description |
---|
ProducerIterator(Producer<T> producer) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2001–2016. All rights reserved.