public class Point extends Object
Point(double x, double y)
boolean
equals(Object obj)
double
getX()
getY()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Point(double x, double y)
public double getX()
public double getY()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2021. All rights reserved.