- java.lang.Object
-
- de.siegmar.fastcsv.reader.CsvReader.CsvRecordIterator
-
- All Implemented Interfaces:
CloseableIterator<T>,java.io.Closeable,java.lang.AutoCloseable,java.util.Iterator<T>
private class CsvReader.CsvRecordIterator extends java.lang.Object implements CloseableIterator<T>
-
-
Field Summary
Fields Modifier and Type Field Description private booleanfetchedprivate TfetchedRecord
-
Constructor Summary
Constructors Modifier Constructor Description privateCsvRecordIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasNext()Tnext()
-
-
-
Field Detail
-
fetchedRecord
private T fetchedRecord
-
fetched
private boolean fetched
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<T>
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Throws:
java.io.IOException
-
-