Class AbstractDoubleArrayColumnStatistic

    • Field Detail

      • m_Values

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

      • AbstractDoubleArrayColumnStatistic

        public AbstractDoubleArrayColumnStatistic()
    • Method Detail

      • preVisit

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

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