Class Pair<K,V> 
java.lang.Object
com.amilesend.client.util.Pair<K,V> 
- Type Parameters:
- K- the key or left
- V- the value or right
- All Implemented Interfaces:
- Map.Entry<K,- V> 
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Pair
 
- 
- 
Method Details- 
ofCreates a newPairfor the given left and right objects.- Type Parameters:
- K- the left object class type
- V- the right object class type
- Parameters:
- left- the left object
- right- the right object
- Returns:
- the tuple
 
- 
getKey
- 
getValue
- 
setValue
- 
getLeftThe left reference.
- 
getRightthe right reference.
- 
equals
- 
hashCode
- 
toString
 
-