| bak.pcj.hash.DoubleHashFunction
All known Subclasses: bak.pcj.hash.DefaultDoubleHashFunction,
Method Summary | |
int | hash(double v) Returns a hash code for a specified double value.
Parameters: v - the value for which to return a hash code. |
hash | int hash(double v)(Code) | | Returns a hash code for a specified double value.
Parameters: v - the value for which to return a hash code. a hash code for the specified value. |
|
|