T1
T2
public class Tuple2<T1,T2> extends Object
Tuple2(T1 t1, T2 t2)
boolean
equals(Object o)
getT1()
getT2()
int
hashCode()
String
toString()
getClass, notify, notifyAll, wait, wait, wait
public Tuple2(T1 t1, T2 t2)
public T1 getT1()
public T2 getT2()
public int hashCode()
hashCode
Object
public boolean equals(Object o)
equals
public String toString()
toString
Copyright © 2016 The Apache Software Foundation. All rights reserved.