public class Tuple<S1,S2> extends java.lang.Object
Tuple(S1 s1, S2 s2)
S1
getS1()
S2
getS2()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tuple(S1 s1, S2 s2)
public final S1 getS1()
public final S2 getS2()