Returns a view of this multimap as a Map from each distinct key to the nonempty collection of that key's associated values. Note that this.asMap().get(k) is equivalent to this.get(k) only when k is a key contained in the multimap; otherwise it returns null as
()
| 357 | * Map.Entry#setValue setValue}. |
| 358 | */ |
| 359 | Map<K, Collection<V>> asMap(); |
| 360 | |
| 361 | // Comparison and hashing |
| 362 |
no outgoing calls
no test coverage detected