public class Tuple2<T1,T2> extends Object implements Serializable, Tuple
Tuple2()
static <T1,T2> Tuple2<T1,T2>
of(T1 first, T2 second)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tuple2()
public static <T1,T2> Tuple2<T1,T2> of(T1 first, T2 second)
Copyright © 2025 fossc. All rights reserved.