MCPcopy Create free account
hub / github.com/antlr/codebuff / hash

Method hash

corpus/java/training/guava/hash/Hasher.java:119–119  ·  view source on GitHub ↗

Computes a hash code based on the data that have been provided to this hasher. The result is unspecified if this method is called more than once on the same instance.

()

Source from the content-addressed store, hash-verified

117 * unspecified if this method is called more than once on the same instance.
118 */
119 HashCode hash();
120
121 /**
122 * {@inheritDoc}

Callers 15

hashMethod · 0.95
hashUnencodedCharsMethod · 0.95
hashObjectMethod · 0.65
hashIntMethod · 0.65
hashLongMethod · 0.65
hashObjectMethod · 0.65
hashUnencodedCharsMethod · 0.65
hashStringMethod · 0.65
hashIntMethod · 0.65
hashLongMethod · 0.65
hashBytesMethod · 0.65
makeHashMethod · 0.65

Implementers 1

AbstractHashercorpus/java/training/guava/hash/Abstra

Calls

no outgoing calls

Tested by

no test coverage detected