public class Point2D<T> extends java.lang.Object
Point2D(T x, T y)
T
getX()
getY()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Point2D(T x, T y)
x
y
public T getX()
public T getY()