Class Coordinate


  • @Portable
    public class Coordinate
    extends Object
    • Constructor Detail

      • Coordinate

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

      • getCol

        public int getCol()
      • getRow

        public int getRow()