A C D E G H I M S T V 
All Classes All Packages

S

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