|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xlson.groovycsv.CsvIterator
class CsvIterator extends java.lang.Object
Iterates over the csv data in a non-synchronized way.
Constructor Summary | |
CsvIterator(java.lang.Object columnNames, au.com.bytecode.opencsv.CSVReader csvReader)
|
Method Summary | |
---|---|
void
|
close()
Closes the underlying reader object. |
boolean
|
hasNext()
Checks if there is more data available. |
boolean
|
isClosed()
Checks if the underlying reader is closed. |
java.lang.Object
|
next()
Gets the next row in the csv file. |
void
|
remove()
remove is not supported in CsvIterator. |
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Constructor Detail |
---|
CsvIterator(java.lang.Object columnNames, au.com.bytecode.opencsv.CSVReader csvReader)
Method Detail |
---|
void close()
boolean hasNext()
boolean isClosed()
java.lang.Object next()
PropertyMapper
void remove()
Groovy Documentation