public class Pair<X,Y> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
X |
getFirst() |
Y |
getSecond() |
int |
hashCode() |
static <A,B> Pair<A,B> |
make(A a,
B b) |
String |
toString() |
Copyright © 2021. All rights reserved.