A C D E G H I M R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- set(int) - Method in class Digit
-
Sets this digit to the specified value.
- SIZE - Static variable in class SudokuRow2
-
The number of digits in a sudoku row
- solve() - Method in class SudokuRow2
-
Returns a possible solution for this sudoku row; any valid solution might be returned by this method.
- SudokuRow2 - Class in <Unnamed>
-
A class that represents a row in the game sudoku.
- SudokuRow2() - Constructor for class SudokuRow2
-
Initializes this sudoku row so that the digits of this row are unknown.
- SudokuRow2(List<Digit>) - Constructor for class SudokuRow2
-
Initializes this sudoku row so that the digits of this row are equal to the digits in the specified list.
All Classes All Packages