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