public abstract class AbstractInput extends Object implements Input
Input providing the
iterator() method.| Constructor and Description |
|---|
AbstractInput() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Line> |
iterator()
Returns an immutable iterator over all lines returned by this input
object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, hasMoreLines, readLineforEach, spliteratorpublic AbstractInput()
Copyright © 2025. All rights reserved.