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

Method delegate

output/java_guava/1.4.13/ForwardingCache.java:44–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 protected ForwardingCache() {}
43
44 @Override
45 protected abstract Cache<K, V> delegate();
46
47 /**
48 * @since 11.0

Callers 11

getIfPresentMethod · 0.95
getMethod · 0.95
getAllPresentMethod · 0.95
putMethod · 0.95
putAllMethod · 0.95
invalidateMethod · 0.95
invalidateAllMethod · 0.95
sizeMethod · 0.95
statsMethod · 0.95
asMapMethod · 0.95
cleanUpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected