| Modifier and Type | Class and Description |
|---|---|
static class |
Csv.CsvRow
A representation of a single data row in a CSV file.
|
static class |
Csv.CsvRow.Builder
A representation of a single data row in a CSV file.
|
| Modifier and Type | Method and Description |
|---|---|
Csv.CsvRowOrBuilder |
Csv.getDataRowsOrBuilder(int index)
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
Csv.CsvRowOrBuilder |
Csv.Builder.getDataRowsOrBuilder(int index)
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
Csv.CsvRowOrBuilder |
CsvOrBuilder.getDataRowsOrBuilder(int index)
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Csv.CsvRowOrBuilder> |
Csv.getDataRowsOrBuilderList()
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
List<? extends Csv.CsvRowOrBuilder> |
Csv.Builder.getDataRowsOrBuilderList()
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
List<? extends Csv.CsvRowOrBuilder> |
CsvOrBuilder.getDataRowsOrBuilderList()
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
Copyright © 2023 Google LLC. All rights reserved.