E - the type of elements returned by this iterator.final class UncheckedIOIterable<E> extends Object implements Iterable<E>
Iterable for an IOIterable that throws UncheckedIOException instead of IOException.
Keep package-private for now.
| Constructor and Description |
|---|
UncheckedIOIterable(IOIterable<E> delegate)
Constructs a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<E> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliterator