public class Point extends Object
Point(double x, double y)
boolean
equals(Object o)
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 boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2017. All rights reserved.