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

Method column

output/java_guava/1.4.19/ForwardingTable.java:55–58  ·  view source on GitHub ↗
(C columnKey)

Source from the content-addressed store, hash-verified

53 }
54
55 @Override
56 public Map<R, V> column(C columnKey) {
57 return delegate().column(columnKey);
58 }
59
60 @Override
61 public Set<C> columnKeySet() {

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
columnMethod · 0.65

Tested by

no test coverage detected