Skip to content

Commit

Permalink
Add Bloom filters
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jun 23, 2024
1 parent deda8ff commit 904e473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 904e473

Please sign in to comment.