E - the type of elements returned by this iterator.final class UncheckedIOIterator<E> extends Object implements Iterator<E>
Iterator for an IOIterator that throws UncheckedIOException instead of IOException.
Keep package-private for now.
| Constructor and Description |
|---|
UncheckedIOIterator(IOIterator<E> delegate)
Constructs a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingUncheckedIOIterator(IOIterator<E> delegate)
delegate - The delegate