Claudenw opened a new pull request, #406:
URL: https://github.com/apache/commons-collections/pull/406

   Counting bloom filter tests are dependant upon the maximum value that can be 
stored in a cell in a Bloom filter.
   
   This patch adds a `maxValue()` method to the CountingBloomFilter interface.  
This is to indicate the maximum value that can be stored in a single cell of 
the counting filter.  A cell is the counter that replaces the bit in the 
counting filter.
   
   Changes to tests


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to