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

Method getAllPresent

output/java_guava/1.4.13/LocalCache.java:4821–4824  ·  view source on GitHub ↗
(Iterable<?> keys)

Source from the content-addressed store, hash-verified

4819 }
4820
4821 @Override
4822 public ImmutableMap<K, V> getAllPresent(Iterable<?> keys) {
4823 return localCache.getAllPresent(keys);
4824 }
4825
4826 @Override
4827 public void put(K key, V value) {

Callers

nothing calls this directly

Calls 1

getAllPresentMethod · 0.65

Tested by

no test coverage detected