Package io.keikai.ui.impl
Class NonBlankCellsHelper
java.lang.Object
io.keikai.ui.impl.NonBlankCellsHelper
- All Implemented Interfaces:
Serializable
A utility class for calculating position of non-blank cells.
Each non-blank cells of a row or a column is stored as a
NonBlankCellsHelper.NonBlankCellInfo in this helper.- Since:
- 3.8.1
- Author:
- henrichen
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInfo(int cellIndex) getInfos()intgetNextNonBlank(int start) intgetPrevNonBlank(int start) booleanisNonBlank(int cellIndex) toString()