Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ indexFor
Method
indexFor
output/java_guava/1.4.17/Striped.java:330–333 ·
view source on GitHub ↗
(Object key)
Source
from the content-addressed store, hash-verified
328
}
329
330
@Override
final
int
indexFor(Object key) {
331
int
hash = smear(key.hashCode());
332
return
hash & mask;
333
}
334
335
@Override
336
public
final
L get(Object key) {
Callers
1
get
Method · 0.95
Calls
2
hashCode
Method · 0.65
smear
Method · 0.45
Tested by
no test coverage detected