Modifier and Type | Method and Description |
---|---|
static <U,V> Pair<U,V> |
create(U u,
V v)
Convenient constructor method
|
boolean |
equals(Object other) |
int |
hashCode() |
static <T> Pair<T,T> |
sort(Pair<T,T> p) |
static <T> ArrayList<T> |
toArrayList(Pair<T,T> p) |
String |
toString() |
public static <T> ArrayList<T> toArrayList(Pair<T,T> p)