Update package info for Bloom filter sub-packages.

This commit is contained in:
aherbert 2020-03-12 13:55:28 +00:00
parent cb967680c3
commit eda601dd04
2 changed files with 4 additions and 4 deletions

View File

@ -16,8 +16,8 @@
*/
/**
* Implementations of org.apache.commons.collections4.bloomfilter.hasher.HasherFunction
* interface.
* Provides implementations of the Bloom filter
* {@link org.apache.commons.collections4.bloomfilter.hasher.HashFunction HashFunction} interface.
*
* @since 4.5
*/

View File

@ -16,8 +16,8 @@
*/
/**
* Implementations of org.apache.commons.collections4.bloomfilter.Hasher
* interface.
* Provides classes and interfaces to define the shape of a Bloom filter and the conversion
* of generic bytes to a hash of bit indexes to be used with a Bloom filter.
*
* @since 4.5
*/