Add Bloom filters

This commit is contained in:
Gary Gregory 2024-06-23 12:04:25 -04:00
parent deda8ffe69
commit 904e4739f2
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ There are many features, including:
<ul> <ul>
<li>Bag interface for collections that have a number of copies of each object</li> <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>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>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>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> <li>Composite collections that make multiple collections look like one</li>