Package | Description |
---|---|
org.apache.commons.io.function |
Provides IO-only related functional interfaces for lambda expressions and method references.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
IOIteratorAdapter<E>
Adapts an
Iterator as an IOIterator . |
Modifier and Type | Field and Description |
---|---|
private IOIterator<E> |
UncheckedIOIterator.delegate |
Modifier and Type | Method and Description |
---|---|
static <E> IOIterator<E> |
IOIterator.adapt(java.util.Iterator<E> iterator)
Adapts the given Iterator as an IOIterator.
|
default IOIterator<T> |
IOBaseStream.iterator()
Like
BaseStream.iterator() . |
Constructor and Description |
---|
UncheckedIOIterator(IOIterator<E> delegate)
Constructs a new instance.
|