MCPcopy Index your code
hub / github.com/antlr/codebuff / newHasher

Method newHasher

corpus/java/training/guava/hash/HashFunction.java:136–136  ·  view source on GitHub ↗

Begins a new hash code computation by returning an initialized, stateful Hasher instance that is ready to receive data. Example: HashFunction hf = Hashing.md5(); HashCode hc = hf.newHasher() .putLong(id) .putBoolean(isActive) .hash();

()

Source from the content-addressed store, hash-verified

134 * .hash();}</pre>
135 */
136 Hasher newHasher();
137
138 /**
139 * Begins a new hash code computation as {@link #newHasher()}, but provides a hint of the expected

Callers 15

HashingInputStreamMethod · 0.65
newHasherMethod · 0.65
hashMethod · 0.65
HashingOutputStreamMethod · 0.65
HashingInputStreamMethod · 0.65
newHasherMethod · 0.65
hashMethod · 0.65
HashingOutputStreamMethod · 0.65
HashingInputStreamMethod · 0.65
newHasherMethod · 0.65
hashMethod · 0.65
HashingOutputStreamMethod · 0.65

Implementers 2

AbstractNonStreamingHashFunctioncorpus/java/training/guava/hash/Abstra
AbstractStreamingHashFunctioncorpus/java/training/guava/hash/Abstra

Calls

no outgoing calls

Tested by

no test coverage detected