Uses of Interface
org.apache.commons.io.function.IOIterator
-
Packages that use IOIterator Package Description org.apache.commons.io.function Provides IO-only related functional interfaces for lambda expressions and method references.org.apache.commons.io.input Provides implementations of input classes, such asInputStreamandReader. -
-
Uses of IOIterator in org.apache.commons.io.function
Methods in org.apache.commons.io.function that return IOIterator Modifier and Type Method Description static <E> IOIterator<E>IOIterator. adapt(java.lang.Iterable<E> iterable)Adapts the given Iterable as an IOIterator.static <E> IOIterator<E>IOIterator. adapt(java.util.Iterator<E> iterator)Adapts the given Iterator as an IOIterator.default IOIterator<T>IOBaseStream. iterator()LikeBaseStream.iterator().IOIterator<T>IOIterable. iterator()LikeIterable.iterator(). -
Uses of IOIterator in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return IOIterator Modifier and Type Method Description IOIterator<java.lang.String>ReversedLinesFileReader. iterator()
-