Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
P
R
S
T
U
T
Traversal
- class com.act365.sudoku.
Traversal
.
A Traversal object is used to store the moves made during an attempt to solve a Su Doku puzzle.
Traversal(int, int)
- Constructor for class com.act365.sudoku.
Traversal
toString()
- Method in class com.act365.sudoku.
CellState
Produces a string representation of the state grid.
toString()
- Method in class com.act365.sudoku.
Grid
Produces a string representation of the grid.
toString()
- Method in class com.act365.sudoku.
GridContainer
A GridContainer returns a string representation of the underlying grid.
toString()
- Method in interface com.act365.sudoku.
IState
Produces a string representation of the state grid.
toString()
- Method in interface com.act365.sudoku.
IStrategy
Lists the moves in the current thread.
toString()
- Method in class com.act365.sudoku.
InvulnerableState
Produces a string representation of the state grid.
toString()
- Method in class com.act365.sudoku.
MaskFactory
Writes the mask as a string.
toString()
- Method in class com.act365.sudoku.
NumberState
Produces a string representation of the state grid.
toString()
- Method in class com.act365.sudoku.
StrategyBase
Dumps the thread to the given output stream.
toString()
- Method in class com.act365.sudoku.
Traversal
Returns a string representation of the traversal that lists each move made.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
P
R
S
T
U