Uses of Class
cloud.opencode.base.hash.HashCodes.Combiner
Packages that use HashCodes.Combiner
-
Uses of HashCodes.Combiner in cloud.opencode.base.hash
Methods in cloud.opencode.base.hash that return HashCodes.CombinerModifier and TypeMethodDescriptionHashCodes.Combiner.add(boolean value) Adds a boolean value to the hash combination 向哈希组合中添加boolean值HashCodes.Combiner.add(int value) Adds an int value to the hash combination 向哈希组合中添加int值HashCodes.Combiner.add(long value) Adds a long value to the hash combination (splits into two ints) 向哈希组合中添加long值(拆分为两个int)Adds an object's hash code to the hash combination (0 for null) 向哈希组合中添加对象的哈希码(null为0)static HashCodes.CombinerHashCodes.start()Creates a new Combiner with the default seed 使用默认种子创建新的Combinerstatic HashCodes.CombinerHashCodes.start(int initial) Creates a new Combiner with an initial value mixed into the seed 使用混入种子的初始值创建新的Combiner