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, wait
hasMoreLines, readLine
forEach, spliterator
public AbstractInput()
Copyright © 2012-2018 unix4j (tools4j), Ben Warner and Marco Terzer. All rights reserved.