Uses of Class
org.eclipse.jgit.pgm.debug.TextHashFunctions.Fold
-
Packages that use TextHashFunctions.Fold Package Description org.eclipse.jgit.pgm.debug -
-
Uses of TextHashFunctions.Fold in org.eclipse.jgit.pgm.debug
Fields in org.eclipse.jgit.pgm.debug declared as TextHashFunctions.Fold Modifier and Type Field 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.Constructors in org.eclipse.jgit.pgm.debug with parameters of type TextHashFunctions.Fold Constructor Description Function(TextHashFunctions.Hash cmp, TextHashFunctions.Fold fold)
-