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