public final class Pair<L,R> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
L |
getLeft() |
R |
getRight() |
int |
hashCode() |
static <L,R> Pair<L,R> |
of(L left,
R right) |
String |
toString() |
Copyright © 2020. All rights reserved.