Uses of Class
manifold.csv.rt.parser.CsvRecord
-
Packages that use CsvRecord Package Description manifold.csv.rt.parser -
-
Uses of CsvRecord in manifold.csv.rt.parser
Subclasses of CsvRecord in manifold.csv.rt.parser Modifier and Type Class Description classCsvHeaderMethods in manifold.csv.rt.parser that return types with arguments of type CsvRecord Modifier and Type Method Description List<CsvRecord>CsvDataSet. getRecords()Constructor parameters in manifold.csv.rt.parser with type arguments of type CsvRecord Constructor Description CsvDataSet(CsvHeader header, List<CsvRecord> records, List<Class> types)
-