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