A B C D E F G H I K L M N P R S T U V W Z

I

IllegalGridException - Exception in uk.co.keang.sudoku.event
An exception denoting a problem with numbers on the sudoku puzzle
IllegalGridException(List<Point>) - Constructor for exception uk.co.keang.sudoku.event.IllegalGridException
 
init() - Method in class uk.co.keang.sudoku.SolutionPanel.Player
 
init() - Method in class uk.co.keang.sudoku.SudokuApplet
 
isAutoSolve() - Method in class uk.co.keang.sudoku.SolutionPanel
Returns true if auto solve is turned on
isComplete() - Method in class uk.co.keang.sudoku.Puzzle
Checks to see if the sudoku is complete
isEmpty() - Method in class uk.co.keang.sudoku.Puzzle.Cell
 
isInBounds(int) - Method in class uk.co.keang.sudoku.SudokuSolver
Checks the value is between 1 and GRID_SIZE inclusive
isLegal() - Method in class uk.co.keang.sudoku.Puzzle
Checks all resolved values to check they are legal
isResolved() - Method in class uk.co.keang.sudoku.event.SolutionEvent
True if all of the location cells are resolved
isResolved() - Method in class uk.co.keang.sudoku.event.ZeroChoiceEvent
True if this is a resolved cell event
isUnique() - Method in class uk.co.keang.sudoku.Puzzle
Checks to see if the sudoku is unique by using the brute force solver several times and comparing the complete grids
itemRetrieved(PriorityQueue<Generator.PuzzleStoreItem>, Generator.PuzzleStoreItem) - Method in interface uk.co.keang.sudoku.StoreListener
Notification of a puzzle being retrieved
itemRetrieved(PriorityQueue<Generator.PuzzleStoreItem>, Generator.PuzzleStoreItem) - Method in class uk.co.keang.sudoku.SudokuGUI
 
itemStored(PriorityQueue<Generator.PuzzleStoreItem>, Generator.PuzzleStoreItem) - Method in interface uk.co.keang.sudoku.StoreListener
Notification of a new puzzle being stored
itemStored(PriorityQueue<Generator.PuzzleStoreItem>, Generator.PuzzleStoreItem) - Method in class uk.co.keang.sudoku.SudokuGUI
 
iterator() - Method in class uk.co.keang.sudoku.Puzzle.Cell
 

A B C D E F G H I K L M N P R S T U V W Z