Uses of Class
sudoku.PlayerMemory.MaskState
-
-
Uses of PlayerMemory.MaskState in sudoku
Fields in sudoku declared as PlayerMemory.MaskState Modifier and Type Field Description private PlayerMemory.MaskState[]
PlayerMemory. _mask
Array of flags indicating hard-coded fields.Methods in sudoku that return PlayerMemory.MaskState Modifier and Type Method Description static PlayerMemory.MaskState
PlayerMemory.MaskState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PlayerMemory.MaskState[]
PlayerMemory.MaskState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in sudoku with parameters of type PlayerMemory.MaskState Modifier and Type Method Description private void
PlayerMemory. genericReset(int sudokuSize, PlayerMemory.MaskState mState)
-