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

Method column

output/java_guava/1.4.17/Tables.java:395–398  ·  view source on GitHub ↗
(C columnKey)

Source from the content-addressed store, hash-verified

393 }
394
395 @Override
396 public Map<R, V2> column(C columnKey) {
397 return Maps.transformValues(fromTable.column(columnKey), function);
398 }
399
400 Function<Cell<R, C, V1>, Cell<R, C, V2>> cellFunction() {
401 return new Function<Cell<R, C, V1>, Cell<R, C, V2>>() {

Callers

nothing calls this directly

Calls 2

transformValuesMethod · 0.95
columnMethod · 0.65

Tested by

no test coverage detected