public final class Tuple2<T1,T2> extends Object
T1
t1
T2
t2
Tuple2()
static <T1,T2> Tuple2<T1,T2>
of(T1 t1, T2 t2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final T1 t1
public final T2 t2
public Tuple2()
public static <T1,T2> Tuple2<T1,T2> of(T1 t1, T2 t2)
Copyright © 2023. All rights reserved.