Package org.molgenis.data.csv
Class CsvIterator
- java.lang.Object
-
- org.molgenis.data.csv.CsvIterator
-
- All Implemented Interfaces:
Iterator<Entity>,CloseableIterator<Entity>
public class CsvIterator extends Object implements CloseableIterator<Entity>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasNext()Entitynext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceCloseableIterator<Entity>
-
-