public class Point extends Object
static Point
NULL_POINT
Point(int x, int y)
boolean
equals(Object o)
int
getX()
getY()
hashCode()
void
setX(int x)
setY(int y)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final Point NULL_POINT
public Point(int x, int y)
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2018. All rights reserved.