public class Tuple2<T1,T2> extends Object implements Serializable
T1
_1
T2
_2
protected
Tuple2(T1 _1, T2 _2)
static <T1,T2> Tuple2<T1,T2>
apply(T1 _1, T2 _2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public T1 _1
public T2 _2
protected Tuple2(T1 _1, T2 _2)
public static <T1,T2> Tuple2<T1,T2> apply(T1 _1, T2 _2)
Copyright © 2022. All rights reserved.