public class CSVRow extends Object implements Serializable
| Constructor and Description |
|---|
CSVRow()
Instantiates a new CSV row.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(String value)
Adds the value.
|
List<String> |
getListValues()
Gets the list values.
|
void |
setListValues(List<String> listValues) |
String |
toString() |
Copyright © 2022. All Rights Reserved.