Class RowIterator
java.lang.Object
com.univocity.parsers.common.iterators.ParserIterator<String[]>
com.univocity.parsers.common.iterators.RowIterator
- All Implemented Interfaces:
IterableResult<String[],,ParsingContext> Iterable<String[]>
An iterator of
String[]. Created when AbstractParser.iterate(File)
(and its overloaded counterparts) is called-
Field Summary
Fields inherited from class com.univocity.parsers.common.iterators.ParserIterator
parser -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final String[]Returns the next record (either a String[] or a)invalid reference
RecordMethods inherited from class com.univocity.parsers.common.iterators.ParserIterator
beginParsing, getContext, iteratorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
RowIterator
-
-
Method Details
-
nextResult
Description copied from class:ParserIteratorReturns the next record (either a String[] or a)invalid reference
Record- Specified by:
nextResultin classParserIterator<String[]>- Returns:
- the next record if available.
-