Package org.apache.storm.streams
Class Pair<T1,T2> 
java.lang.Object
org.apache.storm.streams.Pair<T1,T2> 
- All Implemented Interfaces:
 Serializable
A pair of values.
- See Also:
 
- 
Field Summary
Fields - 
Method Summary
 
- 
Field Details
- 
value1
The first value. - 
value2
The second value. 
 - 
 - 
Method Details
- 
of
Constructs a new pair of values.- Type Parameters:
 T1- the type of the first valueT2- the type of the second value- Parameters:
 first- the first valuesecond- the second value- Returns:
 - a new pair of values
 
 - 
getFirst
Returns the first value in a pair.- Returns:
 - the first value
 
 - 
getSecond
Returns the second value in a pair.- Returns:
 - the second value
 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -