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 booleanIOIterator. hasNext()Returnstrueif the iteration has more elements.IOIteratorIterableIO. iterator()Returns an iterator over a set of elements of type T.EIOIterator. next()Returns the next element in the iteration.voidIOIterator. remove()Removes from the underlying collection the last element returned by this iterator (optional operation).