| java.lang.Object bak.pcj.hash.DefaultIntHashFunction
DefaultIntHashFunction | public class DefaultIntHashFunction implements IntHashFunction,Serializable(Code) | | This class provides a default hash function for
int 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(int v) |
DefaultIntHashFunction | protected DefaultIntHashFunction()(Code) | | Default constructor to be invoked by sub-classes.
|
hash | public int hash(int v)(Code) | | |
|
|