Package nbbrd.io
Class AbstractIOIterator<E>
java.lang.Object
nbbrd.io.AbstractIOIterator<E>
- Type Parameters:
E-
- All Implemented Interfaces:
IOIterator<E>
- Author:
- Philippe Charles
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nbbrd.io.IOIterator
asStream, asUnchecked, forEachRemainingWithIO, removeWithIO
-
Constructor Details
-
AbstractIOIterator
public AbstractIOIterator()
-
-
Method Details
-
get
- Throws:
IOException
-
moveNext
- Throws:
IOException
-
hasNextWithIO
- Specified by:
hasNextWithIOin interfaceIOIterator<E>- Throws:
IOException
-
nextWithIO
- Specified by:
nextWithIOin interfaceIOIterator<E>- Throws:
IOException
-