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

Method asMap

corpus/java/training/guava/cache/Cache.java:178–178  ·  view source on GitHub ↗

Returns a view of the entries stored in this cache as a thread-safe map. Modifications made to the map directly affect the cache. Iterators from the returned map are at least weakly consistent : they are safe for concurrent use, but if the cache is modified (including by eviction) after th

()

Source from the content-addressed store, hash-verified

176 * Guava to fix them until Guava is ready to <i>require</i> Java 8 for all users.
177 */
178 ConcurrentMap<K, V> asMap();
179
180 /**
181 * Performs any pending maintenance operations needed by the cache. Exactly which activities are

Callers 15

copyOfMethod · 0.65
subMapMethod · 0.65
headMapMethod · 0.65
tailMapMethod · 0.65
subMapMethod · 0.65
headMapMethod · 0.65
tailMapMethod · 0.65
descendingMapMethod · 0.65
asMapMethod · 0.65
containsKeyMethod · 0.65
removeAllMethod · 0.65
keySetMethod · 0.65

Implementers 12

LocalManualCacheoutput/java_guava/1.4.17/LocalCache.ja
ForwardingCacheoutput/java_guava/1.4.17/ForwardingCac
LocalManualCacheoutput/java_guava/1.4.13/LocalCache.ja
ForwardingCacheoutput/java_guava/1.4.13/ForwardingCac
LocalManualCacheoutput/java_guava/1.4.19/LocalCache.ja
ForwardingCacheoutput/java_guava/1.4.19/ForwardingCac
LocalManualCacheoutput/java_guava/1.4.16/LocalCache.ja
ForwardingCacheoutput/java_guava/1.4.16/ForwardingCac
LocalManualCacheoutput/java_guava/1.4.18/LocalCache.ja
ForwardingCacheoutput/java_guava/1.4.18/ForwardingCac
LocalManualCachecorpus/java/training/guava/cache/Local
ForwardingCachecorpus/java/training/guava/cache/Forwa

Calls

no outgoing calls

Tested by

no test coverage detected