aherbert opened a new pull request #137: WIP: CountingBloomFilter URL: https://github.com/apache/commons-collections/pull/137 This renames the existing CountingBloomFilter to MapCountingBloomFilter. This makes way for the CountingBloomFilter to be created as an interface to extend BloomFilter. An implementation using a backing array has been added: ArrayCountingBloomFilter. The now renamed MapCountingBloomFilter has not been updated. Either it is changed to implement the CountingBloomFilter interface or removed from the API.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
