This commit is contained in:
Gary Gregory 2024-08-25 16:39:51 -04:00
parent bd0dc26e35
commit d243ff4fde

View File

@ -92,7 +92,7 @@
*
* <li>{@link org.apache.commons.collections4.bloomfilter.BloomFilter#characteristics()} which returns an integer of characteristics flags.</li>
*
* <li>{@link org.apache.commons.collections4.bloomfilter.BloomFilter#clear()} which resets the Bloomfilter to its initial empty state.</li>
* <li>{@link org.apache.commons.collections4.bloomfilter.BloomFilter#clear()} which resets the Bloom filter to its initial empty state.</li>
*
* <li>{@link org.apache.commons.collections4.bloomfilter.BloomFilter#contains(IndexExtractor)} which returns true if the bits specified
* by the indices generated by IndexExtractor are enabled in the Bloom filter.</li>