public class Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> extends Object
A tuple of eight elements along the lines of Scala’s Tuple.
public final T1 _1
public final T2 _2
public final T3 _3
public final T4 _4
public final T5 _5
public final T6 _6
public final T7 _7
public final T8 _8
public Tuple8(T1 _1, T2 _2, T3 _3, T4 _4, T5 _5, T6 _6, T7 _7, T8 _8)
Constructs a new tuple.
_1 - the first element_2 - the second element_3 - the third element_4 - the fourth element_5 - the fifth element_6 - the sixth element_7 - the seventh element_8 - the eighth elementCopyright © 2019 The Apache Software Foundation. All rights reserved.