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.HashTextHashFunctions. djbProfessor Daniel J.(package private) TextHashFunctions.HashTextHashFunctions.Function. hash(package private) TextHashFunctions.HashTextHashFunctions. rabin_DeltaIndexThe Rabin polynomial hash that is used by our own DeltaIndex.(package private) TextHashFunctions.HashTextHashFunctions. sha1Standard SHA-1 on the line, using the first 4 bytes as the hash code.(package private) TextHashFunctions.HashTextHashFunctions. string_hash31Hash 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)
-