T - The type of the products and the iterator elementsIterator<T>DirectoryIteratorpublic class ProducerIterator<T> extends Object implements Iterator<T>
Producer| Constructor | Description |
|---|---|
ProducerIterator(Producer<T> producer) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
T |
next() |
|
void |
remove() |
forEachRemainingCopyright © 2001–2019. All rights reserved.