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

Method rowMap

output/java_guava/1.4.17/ForwardingTable.java:127–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 }
126
127 @Override
128 public Map<R, Map<C, V>> rowMap() {
129 return delegate().rowMap();
130 }
131
132 @Override
133 public int size() {

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
rowMapMethod · 0.65

Tested by

no test coverage detected