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
TEXT
- Static variable in class com.act365.sudoku.
SuDokuUtils
Controls whether integers greater than or equal to 10 are displayed as numbers or letters.
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.
LeastCandidatesHybrid
Dumps the thread to the given output stream.
toString()
- Method in class com.act365.sudoku.
LinearSystemState
String representation
toString(int, int)
- Method in class com.act365.sudoku.
LinearSystemState
String representation of the equations for the chosen value in the chosen display format.
toString()
- Method in class com.act365.sudoku.
MaskFactory
Writes the mask as a string.
toString()
- Method in class com.act365.sudoku.
MaskState
Produces a string representation of the state grid.
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(byte[][], int, int, int)
- Static method in class com.act365.sudoku.
SuDokuUtils
Creates a string representation of a two-dimensional integer array.
toString(byte[][], int, int)
- Static method in class com.act365.sudoku.
SuDokuUtils
Creates a string representation of a two-dimensional integer array.
toString(byte[][], int)
- Static method in class com.act365.sudoku.
SuDokuUtils
Creates a string representation of a two-dimensional integer array with a maximum value equal to the grid size.
toString(String[][], int, int[])
- Static method in class com.act365.sudoku.
SuDokuUtils
Creates a string representation of a two-dimensional string array.
toString(int, int)
- Static method in class com.act365.sudoku.
SuDokuUtils
Writes out a single item of data in the specified format.
toString(int)
- Static method in class com.act365.sudoku.
SuDokuUtils
Writes out a single item of data in the default format.
toString()
- Method in class com.act365.sudoku.
Traversal
Returns a string representation of the traversal that lists each move made.
toXML(int, String)
- Method in class com.act365.sudoku.
Grid
Writes the current grid with its associated labels in XML format to a string.
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