|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface DoubleHash.Strategy
A type-specific hash strategy.
DoubleHash.Strategy
Method Summary | |
---|---|
boolean |
equals(double a,
double b)
Returns true if the given elements are equal with respect to this hash strategy. |
int |
hashCode(double e)
Returns the hash code of the specified element with respect to this hash strategy. |
Method Detail |
---|
int hashCode(double e)
e
- an element.
boolean equals(double a, double b)
a
- an element.b
- another element.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |