- getField(int) - Method in class de.siegmar.fastcsv.reader.CsvRow
-
Gets a field value by its index (starting with 0).
- getField(String) - Method in class de.siegmar.fastcsv.reader.CsvRow
-
Gets a field value by its name.
- getFieldCount() - Method in class de.siegmar.fastcsv.reader.CsvRow
-
Gets the number of fields of this row.
- getFieldMap() - Method in class de.siegmar.fastcsv.reader.CsvRow
-
Gets an unmodifiable map of header names and field values of this row.
- getFields() - Method in class de.siegmar.fastcsv.reader.CsvRow
-
Gets all fields of this row as an unmodifiable List.
- getHeader() - Method in class de.siegmar.fastcsv.reader.CsvContainer
-
Returns the header row - might be null if no header exists.
- getHeader() - Method in class de.siegmar.fastcsv.reader.CsvParser
-
Returns the header fields - null if no header exists.
- getOriginalLineNumber() - Method in class de.siegmar.fastcsv.reader.CsvRow
-
Returns the original line number (starting with 1).
- getRow(int) - Method in class de.siegmar.fastcsv.reader.CsvContainer
-
Returns a CsvRow by its index (starting with 0).
- getRowCount() - Method in class de.siegmar.fastcsv.reader.CsvContainer
-
Returns the number of rows in this container.
- getRows() - Method in class de.siegmar.fastcsv.reader.CsvContainer
-
Returns an unmodifiable list of rows.