Link
public class Point extends Object
Point(int i, int j)
boolean
equals(Object obj)
int[]
get()
int
getx()
gety()
hashCode()
void
set(int i, int j)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Point(int i, int j)
i
j
public boolean equals(Object obj)
equals
Object
public int[] get()
public int getx()
public int gety()
public int hashCode()
hashCode
public void set(int i, int j)
public String toString()
toString