MCPcopy
hub / github.com/google/guava / asMap

Method asMap

guava/src/com/google/common/cache/ForwardingCache.java:118–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 @Override
119 @J2ktIncompatible
120 public ConcurrentMap<K, V> asMap() {
121 return delegate().asMap();
122 }
123
124 @Override
125 public void cleanUp() {

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
asMapMethod · 0.65

Tested by

no test coverage detected