MCPcopy 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

getMethod · 0.95

Calls 2

hashCodeMethod · 0.65
smearMethod · 0.45

Tested by

no test coverage detected