| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
A |
get_1()
Value of the
_1 field |
B |
get_2()
Value of the
_2 field |
C |
get_3()
Value of the
_3 field |
int |
hashCode() |
java.lang.String |
toString() |
static <A,B,C> Tuple3<A,B,C> |
tuple3(A _1,
B _2,
C _3)
Factory method to create new instance of the immutable tuple.
|
public static <A,B,C> Tuple3<A,B,C> tuple3(A _1, B _2, C _3)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object