C# Class BloomFilter, weekly-algorithms

Afficher le fichier Open project: xamarin/weekly-algorithms Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string str ) : void
BloomFilter ( int size, IEnumerable _hashes ) : System
Lookup ( string str ) : bool
Occupancy ( ) : float

Method Details

Add() public méthode

public Add ( string str ) : void
str string
Résultat void

BloomFilter() public méthode

public BloomFilter ( int size, IEnumerable _hashes ) : System
size int
_hashes IEnumerable
Résultat System

Lookup() public méthode

public Lookup ( string str ) : bool
str string
Résultat bool

Occupancy() public méthode

public Occupancy ( ) : float
Résultat float