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

Method asMap

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

Source from the content-addressed store, hash-verified

120 }
121
122 @Override
123 public ConcurrentMap<K, V> asMap() {
124 return delegate().asMap();
125 }
126
127 @Override
128 public void cleanUp() {

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
asMapMethod · 0.65

Tested by

no test coverage detected