public class SetPair<T1,T2> extends java.lang.Object
SetPair(T1 first, T2 second)
boolean
equals(java.lang.Object o)
T1
first()
int
hashCode()
getClass, notify, notifyAll, toString, wait, wait, wait
public SetPair(T1 first, T2 second)
public int hashCode()
hashCode
java.lang.Object
public boolean equals(java.lang.Object o)
equals
public T1 first()