Package org.apache.storm.streams.tuple
Class Tuple7<T1,T2,T3,T4,T5,T6,T7>      
java.lang.Object
org.apache.storm.streams.tuple.Tuple7<T1,T2,T3,T4,T5,T6,T7>      
- Type Parameters:
- T1- the type of the first element
- T2- the type of the second element
- T3- the type of the third element
- T4- the type of the fourth element
- T5- the type of the fifth element
- T6- the type of the sixth element
- T7- the type of the seventh element
A tuple of seven elements along the lines of Scala's Tuple.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
value1
- 
value2
- 
value3
- 
value4
- 
value5
- 
value6
- 
value7
 
- 
- 
Constructor Details- 
Tuple7Constructs a new tuple.- Parameters:
- value1- the first element
- value2- the second element
- value3- the third element
- value4- the fourth element
- value5- the fifth element
- value6- the sixth element
- value7- the seventh element
 
 
- 
- 
Method Details