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

Method smearedHash

corpus/java/training/guava/collect/Hashing.java:50–52  ·  view source on GitHub ↗
(@Nullable Object o)

Source from the content-addressed store, hash-verified

48 }
49
50 static int smearedHash(@Nullable Object o) {
51 return smear((o == null) ? 0 : o.hashCode());
52 }
53
54 private static final int MAX_TABLE_SIZE = Ints.MAX_POWER_OF_TWO;
55

Callers 15

containsMethod · 0.95
countMethod · 0.95
containsMethod · 0.95
addMethod · 0.95
removeMethod · 0.95
containsMethod · 0.95
countMethod · 0.95
containsMethod · 0.95
addMethod · 0.95
removeMethod · 0.95
containsMethod · 0.95
countMethod · 0.95

Calls 2

smearMethod · 0.95
hashCodeMethod · 0.65

Tested by

no test coverage detected