DTuple3
public class DTuple2<A,B> extends Object
protected A
a
protected B
b
DTuple2()
A
getA()
B
getB()
void
setA(A a)
setB(B b)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected A a
protected B b
public DTuple2()
public final A getA()
public final void setA(A a)
public final B getB()
public final void setB(B b)