public class CsvIterator extends Object implements CloseableIterator<Entity>
| Constructor and Description |
|---|
CsvIterator(File file,
String repositoryName,
List<CellProcessor> cellProcessors,
Character separator) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Map<String,Integer> |
getColNamesMap() |
boolean |
hasNext() |
MapEntity |
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 void close()
close in interface CloseableIterator<Entity>Copyright © 2015. All Rights Reserved.