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