public class Pair<A,B> extends Object
Pair(A first, B second)
boolean
equals(Object o)
A
getFirst()
B
getSecond()
int
hashCode()
void
setFirst(A first)
setSecond(B second)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(A first, B second)
public A getFirst()
public void setFirst(A first)
public B getSecond()
public void setSecond(B second)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString