构造子索引

Point()
Point(int, int)
Point(Point)

方法索引

equals(Object)
getLocation()
hashCode()
move(int, int)
setLocation(int, int)
setLocation(Point)
toString()
translate(int, int)

域索引

x
y