public final class Tuple4<T1,T2,T3,T4>
extends java.lang.Object
A container for four values.
Use the corresponding Tuple.create(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.