public class BloomFilter extends Object
BloomFilter()
static void
add(String value)
static boolean
exists(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BloomFilter()
public static void add(String value)
public static boolean exists(String value)
Copyright © 2022. All rights reserved.