Uses of Class
edu.wisc.game.util.CsvData.BasicLineEntry
| Package | Description |
|---|---|
| edu.wisc.game.saved | |
| edu.wisc.game.util |
Auxiliary classes
|
-
Uses of CsvData.BasicLineEntry in edu.wisc.game.saved
Fields in edu.wisc.game.saved declared as CsvData.BasicLineEntry Modifier and Type Field Description CsvData.BasicLineEntryTranscriptManager.ReadTranscriptData.Entry. csv -
Uses of CsvData.BasicLineEntry in edu.wisc.game.util
Fields in edu.wisc.game.util declared as CsvData.BasicLineEntry Modifier and Type Field Description CsvData.BasicLineEntryCsvData. headerUnless noHeader=true, this is where we put the first line of the file.Methods in edu.wisc.game.util with parameters of type CsvData.BasicLineEntry Modifier and Type Method Description StringCsvData.BasicLineEntry. getColByName(CsvData.BasicLineEntry header, String name, String defVal)Picks the value from this line's column with the specified column name.