Class Point


  • public class Point
    extends Object
    • Constructor Detail

      • Point

        public Point​(double x,
                     double y)
    • Method Detail

      • getX

        public double getX()
      • getY

        public double getY()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object