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

Method get

output/java_guava/1.4.19/Maps.java:2736–2740  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

2734 }
2735
2736 @Override
2737 public V get(Object key) {
2738 V value = unfiltered.get(key);
2739 return ((value != null) && apply(key, value)) ? value : null;
2740 }
2741
2742 @Override
2743 public boolean isEmpty() {

Callers

nothing calls this directly

Calls 2

applyMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected