Uses of Class
cloud.opencode.base.hash.function.XxHashFunction
Packages that use XxHashFunction
-
Uses of XxHashFunction in cloud.opencode.base.hash.function
Methods in cloud.opencode.base.hash.function that return XxHashFunctionModifier and TypeMethodDescriptionstatic XxHashFunctionXxHashFunction.xxHash64()Creates an xxHash64 function with default seed (0) 使用默认种子(0)创建xxHash64函数static XxHashFunctionXxHashFunction.xxHash64(long seed) Creates an xxHash64 function with specified seed 使用指定种子创建xxHash64函数