MCPcopy Create free account
hub / github.com/antlr/codebuff / get

Method get

output/java_guava/1.4.16/Striped.java:335–338  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

333 }
334
335 @Override
336 public final L get(Object key) {
337 return getAt(indexFor(key));
338 }
339 }
340
341 /**

Callers

nothing calls this directly

Calls 2

indexForMethod · 0.95
getAtMethod · 0.45

Tested by

no test coverage detected