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, waitforEachRemainingCopyright © 2019. All rights reserved.