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