public class CSVRecordsIterator extends Object implements Iterator<MetaCSVRecord>
| Modifier and Type | Field and Description |
|---|---|
static CSVRecordProcessor |
HEADER_PROCESSOR |
static ReadFieldProcessor<?> |
SAFE_TEXT_PROCESSOR |
static FieldProcessor<String> |
TEXT_PROCESSOR |
| Constructor and Description |
|---|
CSVRecordsIterator(Iterator<org.apache.commons.csv.CSVRecord> csvIterator,
CSVRecordProcessor processor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
MetaCSVRecord |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic static final FieldProcessor<String> TEXT_PROCESSOR
public static final ReadFieldProcessor<?> SAFE_TEXT_PROCESSOR
public static CSVRecordProcessor HEADER_PROCESSOR
public CSVRecordsIterator(Iterator<org.apache.commons.csv.CSVRecord> csvIterator, CSVRecordProcessor processor)
public boolean hasNext()
hasNext in interface Iterator<MetaCSVRecord>public MetaCSVRecord next()
next in interface Iterator<MetaCSVRecord>public void remove()
remove in interface Iterator<MetaCSVRecord>Copyright © 2020–2021. All rights reserved.