public class CsvIterator extends Object implements CloseableIterator<Entity>
| Constructor and Description |
|---|
CsvIterator(File file,
String repositoryName,
List<CellProcessor> cellProcessors,
Character separator) |
CsvIterator(File file,
String repositoryName,
List<CellProcessor> cellProcessors,
Character separator,
EntityType entityType) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Map<String,Integer> |
getColNamesMap() |
boolean |
hasNext() |
Entity |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic CsvIterator(File file, String repositoryName, List<CellProcessor> cellProcessors, Character separator)
public CsvIterator(File file, String repositoryName, List<CellProcessor> cellProcessors, Character separator, EntityType entityType)
public void close()
close in interface CloseableIterator<Entity>Copyright © 2017. All Rights Reserved.