public class Pair<S,T> extends Object
protected S
first
protected T
second
Pair(S first, T second)
S
getFirst()
T
getSecond()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected final S first
protected final T second
public Pair(S first, T second)
public S getFirst()
public T getSecond()
public String toString()
toString
Object