Uses of Interface
cloud.opencode.base.hash.Funnel
Packages that use Funnel
Package
Description
-
Uses of Funnel in cloud.opencode.base.hash
Fields in cloud.opencode.base.hash declared as FunnelModifier and TypeFieldDescriptionFunnel.BOOLEAN_FUNNELBoolean funnel Boolean Funnelstatic final Funnel<byte[]> Funnel.BYTE_ARRAY_FUNNELByte array funnel 字节数组FunnelFunnel.CHARACTER_FUNNELCharacter funnel Character FunnelFunnel.DOUBLE_FUNNELDouble funnel Double FunnelFunnel.INTEGER_FUNNELInteger funnel Integer FunnelFunnel.LONG_FUNNELLong funnel Long Funnelstatic final Funnel<CharSequence> Funnel.STRING_FUNNELString funnel (UTF-8 encoding) 字符串Funnel(UTF-8编码)Methods in cloud.opencode.base.hash with parameters of type FunnelModifier and TypeMethodDescriptionstatic <T> BloomFilterBuilder<T> OpenHash.bloomFilter(Funnel<? super T> funnel) Creates a bloom filter builder with funnel 使用funnel创建布隆过滤器构建器static <T> CountingBloomFilter.Builder<T> OpenHash.countingBloomFilter(Funnel<? super T> funnel) Creates a counting bloom filter builder with funnel 使用funnel创建计数布隆过滤器构建器<T> HashCodeHashFunction.hashObject(T instance, Funnel<? super T> funnel) Computes hash of an object using a Funnel 使用Funnel计算对象的哈希<T> HasherAdds an object using a Funnel to the hash computation 使用Funnel向哈希计算添加对象 -
Uses of Funnel in cloud.opencode.base.hash.bloom
Methods in cloud.opencode.base.hash.bloom with parameters of type FunnelModifier and TypeMethodDescriptionstatic <T> BloomFilterBuilder<T> Creates a builder 创建构建器static <T> CountingBloomFilter.Builder<T> Creates a builder 创建构建器static <T> BloomFilter<T> Deserializes from byte array 从字节数组反序列化Constructors in cloud.opencode.base.hash.bloom with parameters of type Funnel -
Uses of Funnel in cloud.opencode.base.hash.function
Methods in cloud.opencode.base.hash.function with parameters of type Funnel