public class Pair<X,Y> extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
X |
a
a in the pair (a, b)
|
Y |
b
b in the pair (a, b)
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static <M,N> Pair<M,N> |
of(M x,
N y) |
Copyright © 2015 Nuxeo SA. All rights reserved.