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

Method getAllPresent

output/java_guava/1.4.13/ForwardingCache.java:70–73  ·  view source on GitHub ↗

@since 11.0

(Iterable<?> keys)

Source from the content-addressed store, hash-verified

68 */
69
70 @Override
71 public ImmutableMap<K, V> getAllPresent(Iterable<?> keys) {
72 return delegate().getAllPresent(keys);
73 }
74
75 /**
76 * @since 11.0

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
getAllPresentMethod · 0.65

Tested by

no test coverage detected