Package io.keikai.ui.impl
Class NonBlankCellsHelper.NonBlankCellInfo
java.lang.Object
io.keikai.ui.impl.NonBlankCellsHelper.NonBlankCellInfo
- Enclosing class:
- NonBlankCellsHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisNonBlank(int cellIndex) Returns whether the specified cellIndex is within range of this NonBlankCellInfo.voidshift(int offset)
-
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:
-