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 CellCollectionModifier and TypeMethodDescriptionSudokuGrid.getBoxes()SudokuGrid.getColumns()SudokuGrid.getRows()Constructors in io.github.skenvy with parameters of type CellCollectionModifierConstructorDescriptionCell(int initialValue, int boardSize, CellCollection row, CellCollection column, CellCollection box) Initialise a non-empty cell for a sudoku board of arbitrary size.