public class Tuple<T,U> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
T |
getFirst() |
U |
getSecond() |
int |
hashCode() |
static <T,U> Tuple<T,U> |
of(T first,
U second) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.