This commit is contained in:
Gary Gregory 2024-06-15 01:58:52 +00:00
parent c1e02af670
commit 5578be31e2
1 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,8 @@ public interface BloomFilter extends IndexExtractor, BitMapExtractor {
/**
* Creates a new instance of the BloomFilter with the same properties as the current one.
*
* @param <T> Type of BloomFilter.
* @return a copy of this BloomFilter
*/
<T extends BloomFilter> T copy();