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