public class Tupel<X,Y> extends java.lang.Object
Tupel()
X
getX()
Y
getY()
void
setX(X x)
setY(Y y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tupel()
public void setX(X x)
public void setY(Y y)
public X getX()
public Y getY()