| java.lang.Object bak.pcj.hash.DefaultByteHashFunction
DefaultByteHashFunction | public class DefaultByteHashFunction implements ByteHashFunction,Serializable(Code) | | This class provides a default hash function for
byte values. It has been derived from the Java library and
is known to work well in the general case.
author: Søren Bak version: 1.2 2003/5/3 since: 1.0 |
Method Summary | |
public int | hash(byte v) |
DefaultByteHashFunction | protected DefaultByteHashFunction()(Code) | | Default constructor to be invoked by sub-classes.
|
hash | public int hash(byte v)(Code) | | |
|
|