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

Class BloomFilter

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

Implementation of a Bloom-filter, as described here: http://en.wikipedia.org/wiki/Bloom_filter For updates and bugfixes, see http://github.com/magnuss/java-bloomfilter Inspired by the SimpleBloomFilter-class written by Ian Clarke. This implementation provides a more evenly distributed Hash-functio

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