public class Pair<X,Y> extends Object
X
first
Y
second
Pair(X f, Y s)
boolean
equals(Object o)
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public final X first
public final Y second
public Pair(X f, Y s)
public int hashCode()
hashCode
Object
public boolean equals(Object o)
equals