Uses of Interface
edu.wisc.game.util.CsvData.LineEntry
Package | Description |
---|---|
edu.wisc.game.util |
Auxiliary classes
|
-
Uses of CsvData.LineEntry in edu.wisc.game.util
Classes in edu.wisc.game.util that implement CsvData.LineEntry Modifier and Type Class Description static class
CsvData.BasicLineEntry
static class
CsvData.CommentEntry
Stores a comment line from the CSV file.Fields in edu.wisc.game.util declared as CsvData.LineEntry Modifier and Type Field Description CsvData.LineEntry[]
CsvData. entries
All data lines (except for, possibly, the first line), and possibly also comment lines, from the fileMethods in edu.wisc.game.util that return CsvData.LineEntry Modifier and Type Method Description protected CsvData.LineEntry
CsvData. mkEntry(String[] csv, int colCnt)
Child classes would override this, typically with a wrapper around the constructor for an object that represents the content of a single lineMethods in edu.wisc.game.util that return types with arguments of type CsvData.LineEntry Modifier and Type Method Description HashMap<String,CsvData.LineEntry>
CsvData. toMap()
Creates a hash map that includes all entries from the CSV file that have keys (i.e., normally, all data lines).