Class UnlockedCellsHelper.UnlockedCellInfo

java.lang.Object
io.keikai.ui.impl.UnlockedCellsHelper.UnlockedCellInfo
Enclosing class:
UnlockedCellsHelper

public static class UnlockedCellsHelper.UnlockedCellInfo extends Object
  • 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: