| Package | Description |
|---|---|
| org.eclipse.jgit.pgm.debug |
| Modifier and Type | Field and Description |
|---|---|
(package private) TextHashFunctions.Fold |
TextHashFunctions.Function.fold |
(package private) TextHashFunctions.Fold |
TextHashFunctions.golden_ratio
Applies the golden ratio and takes the upper bits.
|
(package private) TextHashFunctions.Fold |
TextHashFunctions.truncate
Bitwise-and to extract only the low bits.
|
| Constructor and Description |
|---|
Function(TextHashFunctions.Hash cmp,
TextHashFunctions.Fold fold) |