public class Tuple2<T1,T2> extends Object
Tuple2(T1 item1, T2 item2)
boolean
equals(Object obj)
T1
getItem1()
T2
getItem2()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Tuple2(T1 item1, T2 item2)
public final T1 getItem1()
public final T2 getItem2()
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 1992–2024 Daniel Sun. All rights reserved.