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
-
Method Details
-
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.
-