Uses of Class
cloud.opencode.base.hash.bloom.BitArray
Packages that use BitArray
-
Uses of BitArray in cloud.opencode.base.hash.bloom
Methods in cloud.opencode.base.hash.bloom that return BitArrayModifier and TypeMethodDescriptionstatic BitArrayBitArray.fromBytes(byte[] bytes) Creates a bit array from byte array 从字节数组创建位数组Performs OR operation with another bit array 与另一个位数组执行OR操作Methods in cloud.opencode.base.hash.bloom with parameters of type BitArray