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

Method getIfPresent

output/java_guava/1.4.16/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

delegateMethod · 0.95
getIfPresentMethod · 0.65

Tested by

no test coverage detected