Class NonBlankCellsHelper.NonBlankCellInfo

    • Field Detail

      • start

        public int start
      • end

        public int end
    • Constructor Detail

      • NonBlankCellInfo

        public NonBlankCellInfo​(int start,
                                int end)
    • Method Detail

      • shift

        public void shift​(int offset)
      • isNonBlank

        public boolean isNonBlank​(int cellIndex)
        Returns whether the specified cellIndex is within range of this NonBlankCellInfo.
        Parameters:
        cellIndex -
        Returns: