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