T
U
public class Coordinate<T,U> extends Object implements Serializable
Coordinate(T x, U y)
getX()
getY()
Coordinate<T,U>
setX(T x)
setY(U y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Coordinate(T x, U y)
public T getX()
public U getY()
public Coordinate<T,U> setX(T x)
public Coordinate<T,U> setY(U y)
Copyright © 2013. All Rights Reserved.