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