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 * Provides implementations of the Bloom filter
* interface. * {@link org.apache.commons.collections4.bloomfilter.hasher.HashFunction HashFunction} interface.
* *
* @since 4.5 * @since 4.5
*/ */

View File

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