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

Method column

output/java_guava/1.4.19/Tables.java:165–168  ·  view source on GitHub ↗
(R columnKey)

Source from the content-addressed store, hash-verified

163 }
164
165 @Override
166 public Map<C, V> column(R columnKey) {
167 return original.row(columnKey);
168 }
169
170 @Override
171 public Set<R> columnKeySet() {

Callers

nothing calls this directly

Calls 1

rowMethod · 0.65

Tested by

no test coverage detected