Uses of Interface
org.apache.commons.io.function.IOIterator
Packages that use IOIterator
Package
Description
Provides IO-only related functional interfaces for lambda expressions and method references.
Provides implementations of input classes, such as
InputStream
and Reader
.-
Uses of IOIterator in org.apache.commons.io.function
Methods in org.apache.commons.io.function that return IOIteratorModifier and TypeMethodDescriptionstatic <E> IOIterator
<E> Adapts the given Iterable as an IOIterator.static <E> IOIterator
<E> Adapts the given Iterator as an IOIterator.default IOIterator
<T> IOBaseStream.iterator()
LikeBaseStream.iterator()
.IOIterable.iterator()
LikeIterable.iterator()
. -
Uses of IOIterator in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return IOIterator