public final class Tuple3<T1,T2,T3>
extends java.lang.Object
implements scala.Product, scala.Serializable
Modifier and Type | Method and Description |
---|---|
static <T1,T2,T3> Tuple3<T1,T2,T3> |
create(T1 t1,
T2 t2,
T3 t3) |
T1 |
t1() |
T2 |
t2() |
T3 |
t3() |
scala.Tuple3<T1,T2,T3> |
toScala() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait