public class Point extends Object implements Comparable<Point>
int
x
y
Point(int x, int y)
Point(Tile tile)
compareTo(Point point)
boolean
equals(Object obj)
hashCode()
String
toString()
getClass, notify, notifyAll, wait, wait, wait
public int x
public int y
public Point(int x, int y)
public Point(Tile tile)
public int compareTo(Point point)
compareTo
Comparable<Point>
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString