public class Point extends Object
int
x
y
Point(int x, int y)
boolean
equals(Object obj)
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public int x
public int y
public Point(int x, int y)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString