public class HashPair<T> extends java.lang.Object
T
first
second
HashPair(T a, T b)
boolean
equals(java.lang.Object x)
int
hashCode()
getClass, notify, notifyAll, toString, wait, wait, wait
public final T first
public final T second
public HashPair(T a, T b)
public int hashCode()
hashCode
java.lang.Object
public boolean equals(java.lang.Object x)
equals
http://code.google.com/p/jebl2/