public class Hasher
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Hasher.PrimeHasher |
| Constructor and Description |
|---|
Hasher() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
static HashFunction |
make(java.lang.String hashFunction)
Hashing algorithms, see provided documentation in assignment
|
public static HashFunction make(java.lang.String hashFunction)
hashFunction - FIRST, SUM, PRIME, OR JAVApublic static void main(java.lang.String[] args)