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 String
getCol(int j)
String
getKey()
The key associated with this data line.int
nCol()
String
toString()
-
-
-
Method Detail
-
nCol
public int nCol()
-
getKey
public String getKey()
Description copied from interface:CsvData.LineEntry
The 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:
getKey
in interfaceCsvData.LineEntry
-
getCol
public String getCol(int j)
-
-