mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-17 15:35:00 +00:00
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
|
* Provides implementations of the Bloom filter
|
||||||
* interface.
|
* {@link org.apache.commons.collections4.bloomfilter.hasher.HashFunction HashFunction} interface.
|
||||||
*
|
*
|
||||||
* @since 4.5
|
* @since 4.5
|
||||||
*/
|
*/
|
||||||
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user