Uses of Class
cloud.opencode.base.hash.function.Murmur3HashFunction
Packages that use Murmur3HashFunction
-
Uses of Murmur3HashFunction in cloud.opencode.base.hash.function
Methods in cloud.opencode.base.hash.function that return Murmur3HashFunctionModifier and TypeMethodDescriptionstatic Murmur3HashFunctionMurmur3HashFunction.murmur3_128()Creates a 128-bit MurmurHash3 function with default seed 使用默认种子创建128位MurmurHash3函数static Murmur3HashFunctionMurmur3HashFunction.murmur3_128(int seed) Creates a 128-bit MurmurHash3 function with specified seed 使用指定种子创建128位MurmurHash3函数static Murmur3HashFunctionMurmur3HashFunction.murmur3_32()Creates a 32-bit MurmurHash3 function with default seed 使用默认种子创建32位MurmurHash3函数static Murmur3HashFunctionMurmur3HashFunction.murmur3_32(int seed) Creates a 32-bit MurmurHash3 function with specified seed 使用指定种子创建32位MurmurHash3函数