public static class CsvFile.Line
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<java.lang.String> |
cells
The cells.
|
int |
length
Length of the line.
|
java.lang.String |
location
Describes the position of the line in a file.
|
Constructor and Description |
---|
Line(java.lang.String location,
java.util.List<java.lang.String> cells)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Line as String.
|
public final java.lang.String location
public final java.util.List<java.lang.String> cells
public int length