Package org.apache.storm.streams.tuple
Class Tuple3<T1,T2,T3>  
java.lang.Object
org.apache.storm.streams.tuple.Tuple3<T1,T2,T3>  
- Type Parameters:
 T1- the type of the first elementT2- the type of the second elementT3- the type of the third element
A tuple of three elements along the lines of Scala's Tuple.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
value1
 - 
value2
 - 
value3
 
 - 
 - 
Constructor Details
- 
Tuple3
Constructs a new tuple.- Parameters:
 value1- the first elementvalue2- the second elementvalue3- the third element
 
 - 
 - 
Method Details