| Constructor | Description |
|---|---|
FlatCollectIterator(Iterable<T> iterable,
Function<? super T,? extends Iterable<V>> newFunction) |
|
FlatCollectIterator(Iterator<T> newIterator,
Function<? super T,? extends Iterable<V>> newFunction) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
V |
next() |
|
void |
remove() |
forEachRemainingCopyright © 2004–2019. All rights reserved.