F - First type.S - Second type.public class Pair<F,S> extends Object
Container to ease passing around a tuple of two objects.
| Modifier and Type | Method and Description |
|---|---|
static <A,B> Pair<A,B> |
create(A a,
B b) |
boolean |
equals(Object o) |
int |
hashCode() |