Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
get
Method · 0.65
indexOf
Method · 0.45
Tested by
no test coverage detected