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

Method get

output/java_guava/1.4.17/ForwardingTable.java:90–93  ·  view source on GitHub ↗
(Object rowKey, Object columnKey)

Source from the content-addressed store, hash-verified

88 }
89
90 @Override
91 public V get(Object rowKey, Object columnKey) {
92 return delegate().get(rowKey, columnKey);
93 }
94
95 @Override
96 public boolean isEmpty() {

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected