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

Method get

output/java_guava/1.4.19/ImmutableSortedMap.java:546–550  ·  view source on GitHub ↗
(@Nullable Object key)

Source from the content-addressed store, hash-verified

544 }
545
546 @Override
547 public V get(@Nullable Object key) {
548 int index = keySet.indexOf(key);
549 return (index == -1) ? null : valueList.get(index);
550 }
551
552 @Override
553 boolean isPartialView() {

Callers

nothing calls this directly

Calls 2

getMethod · 0.65
indexOfMethod · 0.45

Tested by

no test coverage detected