public class Tuple7<T1,T2,T3,T4,T5,T6,T7> extends Object
A tuple of seven elements along the lines of Scala’s Tuple.
public final T1 value1
public final T2 value2
public final T3 value3
public final T4 value4
public final T5 value5
public final T6 value6
public final T7 value7
public Tuple7(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7)
Constructs a new tuple.
value1
- the first elementvalue2
- the second elementvalue3
- the third elementvalue4
- the fourth elementvalue5
- the fifth elementvalue6
- the sixth elementvalue7
- the seventh elementCopyright © 2022 The Apache Software Foundation. All rights reserved.