Uses of Class
ball.game.sudoku.Cell
-
Packages that use Cell Package Description ball.game.sudoku Classes for solving Sudoku. -
-
Uses of Cell in ball.game.sudoku
Methods in ball.game.sudoku that return types with arguments of type Cell Modifier and Type Method Description List<CoordinateMap<Cell>>Puzzle. nonets()Method to get the sub-CoordinateMaps representing the 3x3 boxes (nonets).List<CoordinateMap<Cell>>Puzzle. subMaps()Method to get the sub-CoordinateMaps representing the 9-Cellgroups where the digits 1-9 must appear exactly once.List<CoordinateMap<Cell>>Puzzle. subMapsOf(Cell cell)Methods in ball.game.sudoku with parameters of type Cell Modifier and Type Method Description List<CoordinateMap<Cell>>Puzzle. subMapsOf(Cell cell)Method parameters in ball.game.sudoku with type arguments of type Cell Modifier and Type Method Description protected intRule. count(Iterable<Cell> iterable)Method to get the count of solvedCells.protected intRuleOfSums. max(Iterable<Cell> iterable)protected DigitsRule. solved(Iterable<Cell> iterable)Method to get the solvedDigits.protected intRule. sum(Iterable<Cell> iterable)Method to get the sum of solvedCells.
-