F - Type of first element.S - Type of second element.public final class Pair<F,S>
extends java.lang.Object
| Constructor and Description |
|---|
Pair(F first,
S second)
Construct Pair.
|
| Modifier and Type | Method and Description |
|---|---|
F |
getFirst() |
S |
getSecond() |
java.lang.String |
toString() |