Class CellRow


public class CellRow extends CellFile
Represents a row of Sudoku grid cells.
  • Constructor Details

    • CellRow

      public CellRow(int number)
      Constructor.
      Parameters:
      number - the row number.
  • Method Details