Class AbstractDoubleArrayRowStatistic

    • Field Detail

      • m_Values

        protected gnu.trove.list.array.TDoubleArrayList m_Values
        for calculating the stats.
    • Constructor Detail

      • AbstractDoubleArrayRowStatistic

        public AbstractDoubleArrayRowStatistic()
    • Method Detail

      • preVisit

        protected void preVisit​(SpreadSheet sheet,
                                int rowIndex)
        Performs initialization before the cells are being visited.
        Specified by:
        preVisit in class AbstractRowStatistic
        Parameters:
        sheet - the spreadsheet to generate the stats for
        rowIndex - the row index
      • doVisit

        protected void doVisit​(Row row,
                               int colIndex)
        Gets called with every cell in the row for generating the stats.
        Specified by:
        doVisit in class AbstractRowStatistic
        Parameters:
        row - the current row
        colIndex - the column index