Uses of Class
io.github.skenvy.CellCollection
-
-
Uses of CellCollection in io.github.skenvy
Methods in io.github.skenvy that return types with arguments of type CellCollection Modifier and Type Method Description List<CellCollection>
SudokuGrid. getBoxes()
List<CellCollection>
SudokuGrid. getColumns()
List<CellCollection>
SudokuGrid. getRows()
Constructors in io.github.skenvy with parameters of type CellCollection Constructor Description Cell(int initialValue, int boardSize, CellCollection row, CellCollection column, CellCollection box)
Initialise a non-empty cell for a sudoku board of arbitrary size.
-