Javadoc
This commit is contained in:
parent
c1e02af670
commit
5578be31e2
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue