public class Pair<T1,T2> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Pair(T1 left,
T2 right) |
| Modifier and Type | Method and Description |
|---|---|
static <X,Y> Pair<X,Y> |
create(X x,
Y y) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
Copyright © 2012–2024. All rights reserved.