Class NonBlankCellsHelper.NonBlankCellInfo

java.lang.Object
io.keikai.ui.impl.NonBlankCellsHelper.NonBlankCellInfo
Enclosing class:
NonBlankCellsHelper

public static class NonBlankCellsHelper.NonBlankCellInfo extends Object
  • Field Details

    • start

      public int start
    • end

      public int end
  • Constructor Details

    • NonBlankCellInfo

      public NonBlankCellInfo(int start, int end)
  • Method Details

    • 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: