A C D E F G H I L M N P R S T U

U

unsolve() - Method in class com.act365.sudoku.GridContainer
Unsolves the grid (reverts its state to that prior to the most recent solve).
unwind(int, boolean) - Method in class com.act365.sudoku.FirstAvailable
Removes the current cell coordinates from the thread.
unwind(int, boolean) - Method in interface com.act365.sudoku.IStrategy
Unwinds the most recent move and reverts the state grids.
unwind(int, boolean) - Method in class com.act365.sudoku.LeastCandidatesHybrid
Unwind the stack.
unwind(int, boolean) - Method in class com.act365.sudoku.MostCandidates
Unwinds the the thread and reinstates state variables.
unwind(int, boolean) - Method in class com.act365.sudoku.StrategyBase
Unwinds the the thread and reinstates state variables.
unwind() - Method in class com.act365.sudoku.Traversal
Unwinds the last move from the traversal.
updateState(int, int, int, String, boolean) - Method in class com.act365.sudoku.FirstAvailable
Updates state variables.
updateState(int, int, int, String, boolean) - Method in interface com.act365.sudoku.IStrategy
Tells the strategy to update its internal state variables to account for the move (x,y):= value.
updateState(int, int, int, String, boolean) - Method in class com.act365.sudoku.LeastCandidatesHybrid
Updates state variables.
updateState(int, int, int, String, boolean) - Method in class com.act365.sudoku.StrategyBase
Updates state variables.

A C D E F G H I L M N P R S T U