Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
contains
Method · 0.95
count
Method · 0.95
contains
Method · 0.95
add
Method · 0.95
remove
Method · 0.95
contains
Method · 0.95
count
Method · 0.95
contains
Method · 0.95
add
Method · 0.95
remove
Method · 0.95
contains
Method · 0.95
count
Method · 0.95
Calls
2
smear
Method · 0.95
hashCode
Method · 0.65
Tested by
no test coverage detected