L
- The type of the first value held by this pairR
- The type of the second value held by this pairpublic final class Pair<L,R> extends Object
Modifier and Type | Method and Description |
---|---|
L |
getLeft() |
R |
getRight() |
static <L,R> Pair<L,R> |
of(L left,
R right) |
String |
toString() |
Copyright © 2017 Eclipse Paho. All rights reserved.