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