public class SequentialIteratorOfIterators<U> extends CloseableIterator<U>
| Constructor and Description |
|---|
SequentialIteratorOfIterators(List<CloseableIterator<? extends U>> iterators) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeInt() |
boolean |
hasNext() |
U |
next() |
close, finalize, remove, wasClosedclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic SequentialIteratorOfIterators(List<CloseableIterator<? extends U>> iterators)
public boolean hasNext()
public U next()
public void closeInt()
closeInt in class CloseableIterator<U>Copyright © 2015. All rights reserved.