Class CsvData.BasicLineEntry

    • 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 interface CsvData.LineEntry
      • getCol

        public String getCol​(int j)