Class Move


  • public class Move
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Move​(int row, int col, int delta)  
    • Constructor Detail

      • Move

        public Move​(int row,
                    int col,
                    int delta)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getRow

        public int getRow()
      • getCol

        public int getCol()
      • getNewCol

        public int getNewCol()
      • getDelta

        public int getDelta()
      • getBackMove

        public Move getBackMove()