public final class Tuple5<T1,T2,T3,T4,T5>
extends java.lang.Object
A container for five values.
Use the corresponding Tuple.create(Object, Object, Object, Object, Object)
method to instantiate this tuple.
public T1 value1()
Get the first value.
public T2 value2()
Get the second value.
public T3 value3()
Get the third value.
public T4 value4()
Get the fourth value.
public T5 value5()
Get the fifth value.