Uses of Class
org.eclipse.jgit.pgm.debug.TextHashFunctions.Hash
-
Packages that use TextHashFunctions.Hash Package Description org.eclipse.jgit.pgm.debug -
-
Uses of TextHashFunctions.Hash in org.eclipse.jgit.pgm.debug
Fields in org.eclipse.jgit.pgm.debug declared as TextHashFunctions.Hash Modifier and Type Field Description (package private) TextHashFunctions.Hash
TextHashFunctions. djb
Professor Daniel J.(package private) TextHashFunctions.Hash
TextHashFunctions.Function. hash
(package private) TextHashFunctions.Hash
TextHashFunctions. rabin_DeltaIndex
The Rabin polynomial hash that is used by our own DeltaIndex.(package private) TextHashFunctions.Hash
TextHashFunctions. sha1
Standard SHA-1 on the line, using the first 4 bytes as the hash code.(package private) TextHashFunctions.Hash
TextHashFunctions. string_hash31
Hash function commonly used by java.lang.String.Constructors in org.eclipse.jgit.pgm.debug with parameters of type TextHashFunctions.Hash Constructor Description Function(TextHashFunctions.Hash cmp, TextHashFunctions.Fold fold)
-