public class Pair<V1,V2>
extends Object 
Simple pair class for multiple returns.
- 
Field SummaryFields 
The first element in the pair. 
 
The second element in the pair. 
 
 
- 
Method Summary
boolean
   int
   static <V1,
V2> Pair<V1,V2>
    
 
 
 
- 
Field Details
- 
firstThe first element in the pair. 
- 
secondThe second element in the pair. 
 
- 
Method Details
- 
ofpublic static <V1,
V2> Pair<V1,V2> of(V1 v1,
 V2 v2) 
- 
- 
-