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

Method getIfPresent

output/java_guava/1.4.13/LocalCache.java:4804–4808  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

4802 // Cache methods
4803
4804 @Override
4805 @Nullable
4806 public V getIfPresent(Object key) {
4807 return localCache.getIfPresent(key);
4808 }
4809
4810 @Override
4811 public V get(K key, final Callable<? extends V> valueLoader) throws ExecutionException {

Callers

nothing calls this directly

Calls 1

getIfPresentMethod · 0.65

Tested by

no test coverage detected