|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
L - type of the left value in the PairR - type of the right value in the Pairpublic interface Pair<L,R>
Represents a pair (tuple of 2) of values of two arbitrary types.
Tuples| Method Summary | |
|---|---|
L |
left()
Left-hand instance in the Pair. |
R |
right()
Right-hand instance in the Pair. |
| Method Detail |
|---|
L left()
Pair.
PairR right()
Pair.
Pair
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||