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