我有表 Table<String, String, String> distributions = HashBasedTable.create();
|----------------------------------------------|
| Row | Column | Value |
|----------------------------------------------|
| aaa | a | Hard Rock |
| aaa | n | Art Pop |
| abc | b | Surrealist Film |
| abc | c | Blockbuster |
|----------------------------------------------|
我的Column
价值观都是独一无二的,但我的Row
价值观可以重复。
那么我怎样才能得到所有Column
给定密钥的Row
密钥?