public class Pair<F,S> extends Object
Pair(F first, S second)
boolean
equals(Object obj)
F
getFirst()
S
getSecond()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(F first, S second)
public F getFirst()
public S getSecond()
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object obj)
equals