|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HashFunction | |
|---|---|
| com.lmonson.hash | |
| com.lmonson.hash.bloom | |
| com.lmonson.hash.cuckoo | |
| Uses of HashFunction in com.lmonson.hash |
|---|
| Classes in com.lmonson.hash that implement HashFunction | |
|---|---|
class |
PseudoRandomHashFunction
An implementation of HashFunction that uses a pseudo-random
number generator for generating hashes. |
| Uses of HashFunction in com.lmonson.hash.bloom |
|---|
| Constructors in com.lmonson.hash.bloom with parameters of type HashFunction | |
|---|---|
BloomFilter(HashFunction<T>[] hashFunctions,
BitStore bitStore)
|
|
| Uses of HashFunction in com.lmonson.hash.cuckoo |
|---|
| Constructors in com.lmonson.hash.cuckoo with parameters of type HashFunction | |
|---|---|
Cuckoo(HashFunction h1,
HashFunction h2)
|
|
Cuckoo(HashFunction h1,
HashFunction h2)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||