public class Tuple3<T1,T2,T3> extends Object
Tuple3(T1 value1, T2 value2, T3 value3)
boolean
equals(Object obj)
T1
getValue1()
T2
getValue2()
T3
getValue3()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Tuple3(T1 value1, T2 value2, T3 value3)
public T1 getValue1()
public T2 getValue2()
public T3 getValue3()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2021 vpc open source initiative. All rights reserved.