public final class Tuple<T1,T2> extends Object
T1
o1
T2
o2
Tuple(T1 o1, T2 o2)
boolean
equals(Object o)
getFirst()
getSecond()
int
hashCode()
static <T1,T2> Tuple<T1,T2>
of(T1 t1, T2 t2)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final T1 o1
public final T2 o2
public Tuple(T1 o1, T2 o2)
public static <T1,T2> Tuple<T1,T2> of(T1 t1, T2 t2)
public boolean equals(Object o)
equals
Object
public T1 getFirst()
public T2 getSecond()
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2023 The Ant Financial. All rights reserved.