public class PearsonHash extends Object
Constructor and Description |
---|
PearsonHash() |
Modifier and Type | Method and Description |
---|---|
int |
createPearsonHash(String string) |
String |
createPearsonHashAsLeftPaddedString(String string) |
public int createPearsonHash(String string)
string
- string to calculate the Pearson hash ofCopyright © 2018. All rights reserved.