public class FlattenningIterator<T> extends NestedIterator<Iterable<T>,T>
| Constructor and Description |
|---|
FlattenningIterator(Iterable<? extends Iterable<T>> outerIterable) |
FlattenningIterator(Iterator<? extends Iterable<T>> outerIterator) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<T> |
getInnerIterator(Iterable<T> outer) |
hasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic Iterator<T> getInnerIterator(Iterable<T> outer)
getInnerIterator in class NestedIterator<Iterable<T>,T>Copyright © 2019. All rights reserved.