mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-09 11:35:28 +00:00
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.
|
* 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
|
* @return a copy of this BloomFilter
|
||||||
*/
|
*/
|
||||||
<T extends BloomFilter> T copy();
|
<T extends BloomFilter> T copy();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user