public final class OneRowIterator extends Object implements Iterator<CharSequence>
| Constructor and Description |
|---|
OneRowIterator(CsvReader reader) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
CharSequence |
next() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemaining, removepublic OneRowIterator(CsvReader reader)
public boolean hasNext()
hasNext in interface Iterator<CharSequence>public CharSequence next()
next in interface Iterator<CharSequence>Copyright © 2021 SPF4J. All rights reserved.