Package org.netxms.base
Class Pair<U,V> 
java.lang.Object
org.netxms.base.Pair<U,V> 
- Type Parameters:
- U- first element class
- V- second element class
Class pair
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
PairConstructs a newPairwith the given values.- Parameters:
- first- the first element
- second- the second element
 
 
- 
- 
Method Details- 
getFirst- Returns:
- the first
 
- 
setFirst- Parameters:
- first- the first to set
 
- 
getSecond- Returns:
- the second
 
- 
setSecond- Parameters:
- second- the second to set
 
 
-