Uses of Class
algs13.xbacktrack.xsudoku.XSudokuCell
Packages that use XSudokuCell
-
Uses of XSudokuCell in algs13.xbacktrack.xsudoku
Subclasses of XSudokuCell in algs13.xbacktrack.xsudokuModifier and TypeClassDescription(package private) final class
An immutable cell represents a clue provided in the Sudoku puzzle.(package private) final class
A 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.subgrids
Methods in algs13.xbacktrack.xsudoku with parameters of type XSudokuCell