public class Pair<F,S> extends Object
Pair(F first, S second)
Pair(Map.Entry<F,S> entry)
boolean
equals(Object other)
F
getFirst()
getKey()
S
getSecond()
getValue()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(F first, S second)
public Pair(Map.Entry<F,S> entry)
public boolean equals(Object other)
equals
Object
public F getFirst()
public S getSecond()
public F getKey()
public S getValue()
public int hashCode()
hashCode
public String toString()
toString