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

Method get

output/java_guava/1.4.17/Maps.java:2734–2738  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

applyMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected