public class Tuple<L,R> extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static <L,R> Tuple<L,R> |
create(L left,
R right) |
boolean |
equals(Object o) |
L |
getLeft() |
R |
getRight() |
int |
hashCode() |
String |
toString() |
Copyright © 2017. All rights reserved.