public class Pair<T,U>
extends Object
A class to represent two values.
-
Constructor Summary
Constructors
-
Method Summary
boolean
Return The first value of this pair.
Return The second value of this pair.
int
-
-
Method Details
-
getFirst
Return The first value of this pair.
- Returns:
- The first value of this pair.
-
getSecond
Return The second value of this pair.
- Returns:
- The second value of this pair.
-
-