Class CellCol


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

      • CellCol

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

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class CellFile