Package edu.wisc.game.util
Class CsvData.BasicLineEntry
- java.lang.Object
-
- edu.wisc.game.util.CsvData.BasicLineEntry
-
- All Implemented Interfaces:
CsvData.LineEntry
- Enclosing class:
- CsvData
public static class CsvData.BasicLineEntry extends Object implements CsvData.LineEntry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCol(int j)StringgetKey()The key associated with this data line.intnCol()StringtoString()
-
-
-
Method Detail
-
nCol
public int nCol()
-
getKey
public String getKey()
Description copied from interface:CsvData.LineEntryThe key associated with this data line. Typically, the key of a data line is string from the first column. On the other hand, comment lines don't have keys.- Specified by:
getKeyin interfaceCsvData.LineEntry
-
getCol
public String getCol(int j)
-
-