Package io.keikai.ui.impl
Class UnlockedCellsHelper
java.lang.Object
io.keikai.ui.impl.UnlockedCellsHelper
- All Implemented Interfaces:
Serializable
A utility class for calculating position of unlocked cells.
Each unlocked cells of a row or a column is stored as a
UnlockedCellsHelper.UnlockedCellInfo 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()intgetNextUnlocked(int start) intgetPrevUnlocked(int start) booleanisUnlocked(int cellIndex) toString()