This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/master by this push: new 904e4739f Add Bloom filters 904e4739f is described below commit 904e4739f2e7bea4ea8f2817b30d527e187852b2 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 23 12:04:25 2024 -0400 Add Bloom filters --- src/site/xdoc/index.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index f523ad5f4..fa249da82 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -35,6 +35,7 @@ There are many features, including: <ul> <li>Bag interface for collections that have a number of copies of each object</li> <li>BidiMap interface for maps that can be looked up from value to key as well and key to value</li> +<li>Bloom filter classes and interfaces</li> <li>MapIterator interface to provide simple and quick iteration over maps</li> <li>Transforming decorators that alter each object as it is added to the collection</li> <li>Composite collections that make multiple collections look like one</li>