Interface CsvData.LineEntry

All Known Implementing Classes:
CsvData.BasicLineEntry, CsvData.CommentEntry
Enclosing class:
CsvData

public static interface CsvData.LineEntry
  • Method Summary

    Modifier and Type Method Description
    String getKey()
    The key associated with this data line.
  • 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.