| Modifier and Type | Field and Description |
|---|---|
List<String> |
cells
The cells.
|
int |
length
Length of the line.
|
String |
location
Describes the position of the line in a file.
|
| Constructor and Description |
|---|
CsvFile.Line(String location,
List<String> cells)
Constructor.
|
public final String location
public int length