Package org.apache.storm.streams.tuple
Class Tuple5<T1,T2,T3,T4,T5>
java.lang.Object
org.apache.storm.streams.tuple.Tuple5<T1,T2,T3,T4,T5>
- 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 element
A tuple of five elements along the lines of Scala's Tuple.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
value1
-
value2
-
value3
-
value4
-
value5
-
-
Constructor Details
-
Tuple5
Constructs a new tuple.- Parameters:
value1
- the first elementvalue2
- the second elementvalue3
- the third elementvalue4
- the fourth elementvalue5
- the fifth element
-
-
Method Details