public class Pair<T1,T2> extends Object
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
bothNullOrEqual(Object o1,
Object o2) |
boolean |
equals(Object obj) |
T1 |
getFirst() |
T2 |
getSecond() |
int |
hashCode() |
static <S1,S2> Pair<S1,S2> |
newPair(S1 o1,
S2 o2) |
String |
toString() |
Copyright © 2018. All rights reserved.