Re: [beanutils] Towards 2.0?

2019-10-20 Thread Emmanuel Bourg
Le 17/10/2019 à 19:45, Gary Gregory a écrit : > It seems like org.apache.commons.collections4.Predicate can/should be > replaced by java.util.function.Function Did we consider modifying collections4 such that Predicate extends Function? That would ease the transition to the Java 8 types. Emmanue

Re: [collections] BloomFilter package architecture discussion

2019-10-20 Thread Gilles Sadowski
Hi Claude. Le dim. 20 oct. 2019 à 14:20, Claude Warren a écrit : > > A Bloom filter is a set of bits: It is not, according to the quote here: > "The hash area is considered as N individual addressable bits, with > addresses 0 through N - 1. It is assumed that all bits in the hash area are > fir

Re: [collections] BloomFilter package architecture discussion

2019-10-20 Thread Claude Warren
A Bloom filter is a set of bits: "The hash area is considered as N individual addressable bits, with addresses 0 through N - 1. It is assumed that all bits in the hash area are first set to 0. Next, each mes- sage in the set to be stored is hash coded into a number of distinct bit addresses, say a