Package org.apache.commons.io.function
Class UncheckedIOIterator<E>
java.lang.Object
org.apache.commons.io.function.UncheckedIOIterator<E>
- Type Parameters:
E
- the type of elements returned by this iterator.
- All Implemented Interfaces:
Iterator<E>
An
Iterator
for a IOIterator
that throws UncheckedIOException
instead of IOException
.
Keep package-private for now.-
Field Details
-
delegate
-
-
Constructor Details
-
UncheckedIOIterator
UncheckedIOIterator(IOIterator<E> delegate) Constructs a new instance.- Parameters:
delegate
- The delegate
-
-
Method Details