MCPcopy Create free account
hub / github.com/MagnusS/Java-BloomFilter / BloomFilter

Method BloomFilter

src/com/skjegstad/utils/BloomFilter.java:70–77  ·  view source on GitHub ↗

Constructs an empty Bloom filter. The total length of the Bloom filter will be c n. @param c is the number of bits used per element. @param n is the expected number of elements the filter will contain. @param k is the number of hash functions used.

(double c, int n, int k)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected