L
- R
- public class Pair<L,R> extends Object
Modifier and Type | Method and Description |
---|---|
static <L,R> Pair<L,R> |
create(L l,
R r) |
boolean |
equals(Object obj) |
L |
getLeft() |
R |
getRight() |
int |
hashCode() |
String |
toString() |
Copyright © 2018. All rights reserved.