A simple Bloom filter implementation. It supports only strings as keys and uses the SipHash as hash algorithm. It is compatible with Java 1.6.
<dependency>
<groupId>com.cliqz</groupId>
<artifactId>minibloomfilter</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
compile 'com.cliqz:minibloomfilter:1.0'