MCPcopy Index your code
hub / github.com/MagnusS/Java-BloomFilter / add

Method add

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

Adds an object to the Bloom filter. The output from the object's toString() method is used as input to the hash functions. @param element is an element to register in the Bloom filter.

(E element)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 12

testEqualsMethod · 0.95
testHashCodeMethod · 0.95
testAddMethod · 0.95
testContainsMethod · 0.95
testContainsAllMethod · 0.95
testContains_byteArrMethod · 0.95
testCountMethod · 0.95
mainMethod · 0.95
addAllMethod · 0.95
testAddAllMethod · 0.80

Calls 1

createHashesMethod · 0.95

Tested by 10

testEqualsMethod · 0.76
testHashCodeMethod · 0.76
testAddMethod · 0.76
testContainsMethod · 0.76
testContainsAllMethod · 0.76
testContains_byteArrMethod · 0.76
testCountMethod · 0.76
testAddAllMethod · 0.64