Package org.apache.storm.streams.tuple
Class Tuple6<T1,T2,T3,T4,T5,T6>
- java.lang.Object
-
- org.apache.storm.streams.tuple.Tuple6<T1,T2,T3,T4,T5,T6>
-
- Type Parameters:
T1
- the type of the first elementT2
- the type of the second elementT3
- the type of the third elementT4
- the type of the fourth elementT5
- the type of the fifth elementT6
- the type of the sixth element
public class Tuple6<T1,T2,T3,T4,T5,T6> extends Object
A tuple of six elements along the lines of Scala's Tuple.