Returns a view that associates each row key with the corresponding map from column keys to values. Changes to the returned map will update this table. The returned map does not support put() or putAll(), or setValue() on its entries. In contrast, the maps returned by {@co
()
| 245 | * values |
| 246 | */ |
| 247 | Map<R, Map<C, V>> rowMap(); |
| 248 | |
| 249 | /** |
| 250 | * Returns a view that associates each column key with the corresponding map |
no outgoing calls
no test coverage detected