Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ getIfPresent
Method
getIfPresent
output/java_guava/1.4.19/ForwardingCache.java:52–56 ·
view source on GitHub ↗
@since 11.0
(Object key)
Source
from the content-addressed store, hash-verified
50
*/
51
52
@Override
53
@Nullable
54
public
V getIfPresent(Object key) {
55
return
delegate().getIfPresent(key);
56
}
57
58
/**
59
* @since 11.0
Callers
nothing calls this directly
Calls
2
delegate
Method · 0.95
getIfPresent
Method · 0.65
Tested by
no test coverage detected