MethodTuple
public class Tuple<A,B> extends Object
Tuple()
Tuple(A a, B b)
boolean
equals(Object o)
A
getA()
B
getB()
int
hashCode()
void
setA(A a)
setB(B b)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Tuple()
public Tuple(A a, B b)
public A getA()
public void setA(A a)
public B getB()
public void setB(B b)
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode