Uses of Class
org.apache.commons.csv.CSVRecord
-
-
Uses of CSVRecord in org.apache.commons.csv
Methods in org.apache.commons.csv that return types with arguments of type CSVRecord Modifier and Type Method Description List<CSVRecord>CSVParser. getRecords()Parses the CSV input according to the given format and returns the content as a list ofCSVRecords.Iterator<CSVRecord>CSVParser. iterator()Returns the record iterator.Stream<CSVRecord>CSVParser. stream()Returns a sequentialStreamwith this collection as its source.
-