public class Point extends java.lang.Object
int
x
y
Point(int x, int y)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int x
public int y
public Point(int x, int y)