Bloom class
Constructors
- Bloom.new(int k)
- Initialize a filter.
- Bloom.fromStorage(int k, Uint8List storage)
- Initialize a filter from an eiisting storage.
Properties
Methods
-
add(
Uint8List element) → dynamic -
mightContain(
Uint8List element) → bool - test if an item contained. Possible false positive
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited