Class Cell


  • public class Cell
    extends Object
    • Constructor Detail

      • Cell

        public Cell​(int row,
                    int col)
    • Method Detail

      • mergeLeft

        public void mergeLeft()
      • getMinRow

        public int getMinRow()
      • getMaxRow

        public int getMaxRow()
      • getMinCol

        public int getMinCol()
      • getMaxCol

        public int getMaxCol()
      • getNbRows

        public int getNbRows()
      • getNbCols

        public int getNbCols()