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

Method setBit

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

Set a single bit in the Bloom filter. @param bit is the bit to set. @param value If true, the bit is set. If false, the bit is cleared.

(int bit, boolean value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

testClearMethod · 0.95
testGetBitMethod · 0.95
testSetBitMethod · 0.95

Calls

no outgoing calls

Tested by 3

testClearMethod · 0.76
testGetBitMethod · 0.76
testSetBitMethod · 0.76