Package edu.wisc.game.util
Class CsvData.CommentEntry
- java.lang.Object
-
- edu.wisc.game.util.CsvData.CommentEntry
-
- All Implemented Interfaces:
CsvData.LineEntry
- Enclosing class:
- CsvData
public static class CsvData.CommentEntry extends Object implements CsvData.LineEntry
Stores a comment line from the CSV file. We may choose to store the comment lines so that we can read in a CSV file, do some modification to each data line, and then write out the modified data lines along with all the comment lines that appear here and there between the data lines.
-
-
Field Detail
-
text
public final String text
The entire text of the comment line
-
-
Method Detail
-
getKey
public String getKey()
Returns null, as comment lines don't have keys- Specified by:
getKey
in interfaceCsvData.LineEntry
-
-