public abstract class NestedIterator<Outer,Inner> extends Object implements Iterator<Inner>
| Constructor and Description |
|---|
NestedIterator(Iterable<? extends Outer> outerIterable) |
NestedIterator(Iterator<? extends Outer> outerIterator) |
| Modifier and Type | Method and Description |
|---|---|
abstract Iterator<? extends Inner> |
getInnerIterator(Outer outer) |
boolean |
hasNext() |
Inner |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2019. All rights reserved.