public class Pair<T,U> extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
Iterator<Object> |
iterator() |
static <T,U> Pair<T,U> |
make(T x,
U y) |
String |
toString() |
public static <T,U> Pair<T,U> make(T x, U y)