T
- The type of the products and the iterator elementsIterator<T>
DirectoryIterator
public 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() |
forEachRemaining
Copyright © 2001–2019. All rights reserved.