public final class Tuple2<T1,T2> extends java.lang.Object implements Tuple
Do not modifiy!
Please use TupleGenerator in the codegen module to update.
Tuple2(T1 value1, T2 value2)
boolean
equals(java.lang.Object o)
int
getSize()
T1
getValue1()
T2
getValue2()
hashCode()
java.lang.String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Tuple2(T1 value1, T2 value2)
public T1 getValue1()
public T2 getValue2()
public int getSize()
getSize
Tuple
public boolean equals(java.lang.Object o)
equals
java.lang.Object
public int hashCode()
hashCode
public java.lang.String toString()
toString