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, waithasMoreLines, readLinepublic AbstractInput()
Copyright © 2017. All Rights Reserved.