public class UnlockedCellsHelper extends Object implements Serializable
UnlockedCellsHelper.UnlockedCellInfo
in this helper.Modifier and Type | Class and Description |
---|---|
static class |
UnlockedCellsHelper.UnlockedCellInfo |
Constructor and Description |
---|
UnlockedCellsHelper(List<UnlockedCellsHelper.UnlockedCellInfo> infos) |
Modifier and Type | Method and Description |
---|---|
UnlockedCellsHelper.UnlockedCellInfo |
getInfo(int cellIndex) |
List<UnlockedCellsHelper.UnlockedCellInfo> |
getInfos() |
int |
getNextUnlocked(int start) |
int |
getPrevUnlocked(int start) |
boolean |
isUnlocked(int cellIndex) |
String |
toString() |
public UnlockedCellsHelper(List<UnlockedCellsHelper.UnlockedCellInfo> infos)
public List<UnlockedCellsHelper.UnlockedCellInfo> getInfos()
public boolean isUnlocked(int cellIndex)
public int getNextUnlocked(int start)
public int getPrevUnlocked(int start)
public UnlockedCellsHelper.UnlockedCellInfo getInfo(int cellIndex)
Copyright © 2020. All rights reserved.