Uses of Class
de.tu_bs.isbs.util.io.IOIteratorException
Package | Description |
---|---|
de.tu_bs.isbs.util.io |
Werkzeuge für Ein-/Ausgabe.
|
-
Uses of IOIteratorException in de.tu_bs.isbs.util.io
Methods in de.tu_bs.isbs.util.io that throw IOIteratorException Modifier and Type Method Description boolean
IOIterator. hasNext()
Returnstrue
if the iteration has more elements.IOIterator
IterableIO. iterator()
Returns an iterator over a set of elements of type T.E
IOIterator. next()
Returns the next element in the iteration.void
IOIterator. remove()
Removes from the underlying collection the last element returned by this iterator (optional operation).