public final class Point
private final Integer
x
y
Point(Short x, Short y)
Point(Integer x, Integer y)
final Integer
component1()
component2()
final Point
copy(Integer x, Integer y)
getX()
getY()
equals, hashCode, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Integer component1()
final Integer component2()
final Point copy(Integer x, Integer y)
final Integer getX()
final Integer getY()