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
close, hasMoreLines, readLine
forEach, spliterator
public AbstractInput()
Copyright © 2024. All rights reserved.