|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjebl.util.HashPair<T>
public class HashPair<T>
A pair suitable for use in a HashMap.
Field Summary | |
---|---|
T |
first
|
T |
second
|
Constructor Summary | |
---|---|
HashPair(T a,
T b)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object x)
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final T first
public final T second
Constructor Detail |
---|
public HashPair(T a, T b)
Method Detail |
---|
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object x)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |