-
-
Constructor Summary
Constructors
Constructor and Description |
HashPair(T a,
T b) |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
boolean |
equals(java.lang.Object x) |
int |
hashCode() |
-
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
first
public final T first
-
second
public final T second
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
http://code.google.com/p/jebl2/