Returns a view of all mappings that have the given column key. For each row key / column key / value mapping in the table with that column key, the returned map associates the row key with the value. If no mappings in the table have the provided column key, an empty map is returned. Changes to t
(C columnKey)
| 195 | * @return the corresponding map from row keys to values |
| 196 | */ |
| 197 | Map<R, V> column(C columnKey); |
| 198 | |
| 199 | /** |
| 200 | * Returns a set of all row key / column key / value triplets. Changes to the |
no outgoing calls
no test coverage detected