Modifier and Type | Method and Description |
---|---|
List<DataItem> |
LineData.getLine()
Return the internal list of
DataItem objects representing the CSV line. |
Modifier and Type | Method and Description |
---|---|
void |
LineData.addDataItem(DataItem item)
Same as
LineData.addValue(String columnName, String value) , but you can provide a column index on
the new DataItem |
Copyright © 2015 Carlos Magno Oliveira de Abreu. All rights reserved.