Class CellCol


public class CellCol extends CellFile
Represents a column of Sudoku grid cells.
  • Constructor Details

    • CellCol

      public CellCol(int number)
      Constructor.
      Parameters:
      number - the column number.
  • Method Details