- 所有已实现的接口:
Hash
public class Murmur3_32Hash
extends Object
implements Hash
Implementation of the MurmurHash3 non-cryptographic hash function.
-
方法概要
int
Generate the hash of a given byte array.
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
方法详细资料
-
getInstance
public static Hash getInstance()
-
makeHash
public int makeHash(byte[] b)
Generate the hash of a given byte array.
- 指定者:
makeHash 在接口中 Hash
- 返回:
- The hash of
b, which is non-negative integer.