Uses of Class
algs13.xbacktrack.xsudoku.XSudokuCell
Packages that use XSudokuCell
- 
Uses of XSudokuCell in algs13.xbacktrack.xsudokuSubclasses of XSudokuCell in algs13.xbacktrack.xsudokuModifier and TypeClassDescription(package private) final classAn immutable cell represents a clue provided in the Sudoku puzzle.(package private) final classA mutable cell in a Sudoku grid.Fields in algs13.xbacktrack.xsudoku declared as XSudokuCellFields in algs13.xbacktrack.xsudoku with type parameters of type XSudokuCellModifier and TypeFieldDescriptionprivate final HashMap<Integer, Set<XSudokuCell>> MySudoku.subgridsMethods in algs13.xbacktrack.xsudoku with parameters of type XSudokuCell