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