Package edu.wisc.game.util
Interface CsvData.LineEntry
-
- All Known Implementing Classes:
CsvData.BasicLineEntry
,CsvData.CommentEntry
- Enclosing class:
- CsvData
public static interface CsvData.LineEntry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getKey()
The key associated with this data line.
-
-
-
Method Detail
-
getKey
String getKey()
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.
-
-