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