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

Method delegate

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

Source from the content-addressed store, hash-verified

43 protected ForwardingCache() {}
44
45 @Override
46 protected abstract Cache<K, V> delegate();
47
48 /**
49 * @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