Class Position


  • public class Position
    extends Object
    • Constructor Detail

      • Position

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

      • getRow

        public int getRow()
      • getCol

        public int getCol()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object