(R rowKey)
| 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) { |
nothing calls this directly
no test coverage detected