Returns a view of all mappings that have the given row key. For each row key / column key / value mapping in the table with that row key, the returned map associates the column key with the value. If no mappings in the table have the provided row key, an empty map is returned. Changes to the ret
(R rowKey)
| 181 | * @return the corresponding map from column keys to values |
| 182 | */ |
| 183 | Map<C, V> row(R rowKey); |
| 184 | |
| 185 | /** |
| 186 | * Returns a view of all mappings that have the given column key. For each row |
no outgoing calls
no test coverage detected