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

Method getAllPresent

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

Returns a map of the values associated with keys in this cache. The returned map will only contain entries which are already present in the cache. @since 11.0

(Iterable<?> keys)

Source from the content-addressed store, hash-verified

105 * @since 11.0
106 */
107 ImmutableMap<K, V> getAllPresent(Iterable<?> keys);
108
109 /**
110 * Associates {@code value} with {@code key} in this cache. If the cache previously contained a

Callers 12

getAllPresentMethod · 0.65
getAllPresentMethod · 0.65
getAllPresentMethod · 0.65
getAllPresentMethod · 0.65
getAllPresentMethod · 0.65
getAllPresentMethod · 0.65
getAllPresentMethod · 0.65
getAllPresentMethod · 0.65
getAllPresentMethod · 0.65
getAllPresentMethod · 0.65
getAllPresentMethod · 0.65
getAllPresentMethod · 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