public class Pair<X,Y> extends Object implements Serializable
X
a
Y
b
Pair(X a, Y b)
boolean
equals(Object obj)
int
hashCode()
static <M,N> Pair<M,N>
of(M x, N y)
getClass, notify, notifyAll, toString, wait, wait, wait
public final X a
public final Y b
public Pair(X a, Y b)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public static <M,N> Pair<M,N> of(M x, N y)
Copyright © 2015 Nuxeo SA. All rights reserved.