public class Pair<L,R> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Pair(L left,
R right) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
L |
getLeft() |
R |
getRight() |
int |
hashCode() |
static <L,R> Pair<L,R> |
of(L left,
R right) |
Copyright © 2019 Electronic Arts Inc. All rights reserved.