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