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

Method getBit

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

Read a single bit from the Bloom filter. @param bit the bit to read. @return true if the bit is set, false if it is not.

(int bit)

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