public class Point<T> extends java.lang.Object
T
x
y
Point(T x, T y)
Point<T>
clone()
getX()
getY()
void
set(T x, T y)
setX(T x)
setY(T y)
java.lang.String
toString()
update(T x, T y)
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public T x
public T y
public Point(T x, T y)
public T getX()
public void setX(T x)
public T getY()
public void setY(T y)
public void set(T x, T y)
public void update(T x, T y)
public java.lang.String toString()
toString
java.lang.Object
public Point<T> clone() throws java.lang.CloneNotSupportedException
clone
java.lang.CloneNotSupportedException