Package io.keikai.ui.impl
Class UnlockedCellsHelper.UnlockedCellInfo
java.lang.Object
io.keikai.ui.impl.UnlockedCellsHelper.UnlockedCellInfo
- Enclosing class:
- UnlockedCellsHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisUnlocked(int cellIndex) Returns whether the specified cellIndex is within range of this UnlockedCellInfo.voidshift(int offset)
-
Field Details
-
start
public int start -
end
public int end
-
-
Constructor Details
-
UnlockedCellInfo
public UnlockedCellInfo(int start, int end)
-
-
Method Details
-
shift
public void shift(int offset) -
isUnlocked
public boolean isUnlocked(int cellIndex) Returns whether the specified cellIndex is within range of this UnlockedCellInfo.- Parameters:
cellIndex-- Returns:
-