public class Tuple2<A0,A1> extends Object implements Tuploid2<A0,A1>, Serializable
Tuple2(A0 elem0, A1 elem1)
boolean
equals(Object o)
equals(Tuple2 t)
A0
get0()
A1
get1()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Tuple2(A0 elem0, A1 elem1)
public A0 get0()
get0
Tuploid1<A0>
public A1 get1()
get1
Tuploid2<A0,A1>
public boolean equals(Object o)
equals
Object
public boolean equals(Tuple2 t)
public int hashCode()
hashCode
public String toString()
toString
see also the complete user documentation .