Uses of Class
edu.wisc.game.util.CsvData.BasicLineEntry
Packages that use CsvData.BasicLineEntry
-
Uses of CsvData.BasicLineEntry in edu.wisc.game.saved
Fields in edu.wisc.game.saved declared as CsvData.BasicLineEntryModifier and TypeFieldDescriptionfinal CsvData.BasicLineEntry
TranscriptManager.ReadTranscriptData.Entry.csv
-
Uses of CsvData.BasicLineEntry in edu.wisc.game.util
Fields in edu.wisc.game.util declared as CsvData.BasicLineEntryModifier and TypeFieldDescriptionCsvData.header
Unless noHeader=true, this is where we put the first line of the file.Methods in edu.wisc.game.util with parameters of type CsvData.BasicLineEntryModifier and TypeMethodDescriptionCsvData.BasicLineEntry.getColByName
(CsvData.BasicLineEntry header, String name, String defVal) Picks the value from this line's column with the specified column name.