public static class TaskData.Point extends Object
Point()
Point(long x, int y)
long
getX()
int
getY()
void
setX(long x)
setY(int y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Point()
public Point(long x, int y)
public long getX()
public int getY()
public void setX(long x)
public void setY(int y)
Copyright © 2016. All rights reserved.