public class Tuple2<T1,T2> extends Tuple1<T1>
Tuple2(T1 t1, T2 t2)
T2
getSecond()
void
setSecond(T2 t2)
getFirst, setFirst
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tuple2(T1 t1, T2 t2)
public T2 getSecond()
public void setSecond(T2 t2)
Copyright © 2018 SAP SE. All Rights Reserved.