Returns a view that associates each column key with the corresponding map from row 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
()
| 260 | * values |
| 261 | */ |
| 262 | Map<C, Map<R, V>> columnMap(); |
| 263 | |
| 264 | /** |
| 265 | * Row key / column key / value triplet corresponding to a mapping in a table. |
no outgoing calls
no test coverage detected