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