public class Point
public final Double
x
y
Point(Double x, Double y)
String
toString()
Boolean
equals(Object other)
Integer
hashCode()
final Point
copy(Double x, Double y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
String toString()
Boolean equals(Object other)
Integer hashCode()
final Point copy(Double x, Double y)