public class Pair<T1,T2> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
static <T1,T2> Pair<T1,T2> |
of(T1 lhs,
T2 rhs) |
String |
toString() |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.