Update package info for Bloom filter sub-packages.
This commit is contained in:
parent
cb967680c3
commit
eda601dd04
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue