public class ChainingIterator<T> extends DelegatingUnaryIterator<T>
iterator
Constructor and Description |
---|
ChainingIterator(java.lang.Iterable<? extends java.lang.Iterable<? extends T>> iterables) |
ChainingIterator(java.lang.Iterable<? extends T>... iterables) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
remove