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

Method getAllPresent

output/java_guava/1.4.16/ForwardingCache.java:71–74  ·  view source on GitHub ↗

@since 11.0

(Iterable<?> keys)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
getAllPresentMethod · 0.65

Tested by

no test coverage detected