public class Pair<A,B>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected A |
first
The first element of the pair.
|
protected B |
second
The second element of the pair.
|
Modifier and Type | Method and Description |
---|---|
A |
getFirst() |
B |
getSecond() |