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

Method row

output/java_guava/1.4.17/Tables.java:390–393  ·  view source on GitHub ↗
(R rowKey)

Source from the content-addressed store, hash-verified

388 }
389
390 @Override
391 public Map<C, V2> row(R rowKey) {
392 return Maps.transformValues(fromTable.row(rowKey), function);
393 }
394
395 @Override
396 public Map<R, V2> column(C columnKey) {

Callers

nothing calls this directly

Calls 2

transformValuesMethod · 0.95
rowMethod · 0.65

Tested by

no test coverage detected