Class CSVRow

    • Constructor Detail

      • CSVRow

        public CSVRow()
      • CSVRow

        public CSVRow​(int rowSize)
        Initializing the row with null values.
        Parameters:
        rowSize - the number of column to initialize.
    • Method Detail

      • addCell

        public void addCell​(Object value)
      • setCell

        public void setCell​(int index,
                            Object value)