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