MCPcopy
hub / github.com/google/guava / hash

Method hash

guava/src/com/google/common/hash/Hasher.java:143–143  ·  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

141 * unspecified if this method is called more than once on the same instance.
142 */
143 HashCode hash();
144
145 /**
146 * {@inheritDoc}

Callers 12

hashMethod · 0.95
testExhaustiveMethod · 0.95
assertPutStringMethod · 0.95
testPutNonCharsMethod · 0.95
testHashFloatIsStableMethod · 0.95
hashMethod · 0.95
testPutNonCharsMethod · 0.95
testHashFloatIsStableMethod · 0.95
hashMethod · 0.95
testHashIntVsForLoopMethod · 0.95
randomHashMethod · 0.95

Implementers 1

AbstractHasherguava/src/com/google/common/hash/Abstr

Calls

no outgoing calls

Tested by 11

testExhaustiveMethod · 0.76
assertPutStringMethod · 0.76
testPutNonCharsMethod · 0.76
testHashFloatIsStableMethod · 0.76
hashMethod · 0.76
testPutNonCharsMethod · 0.76
testHashFloatIsStableMethod · 0.76
hashMethod · 0.76
testHashIntVsForLoopMethod · 0.76
randomHashMethod · 0.76