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