F
S
public class Tuple2<F,S> extends java.lang.Object
Tuple2(F first, S second)
getFirst()
getSecond()
static <F,S> Tuple2<F,S>
of(F f, S s)
void
setFirst(F first)
setSecond(S second)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tuple2(F first, S second)
public static <F,S> Tuple2<F,S> of(F f, S s)
public F getFirst()
public void setFirst(F first)
public S getSecond()
public void setSecond(S second)