@return an unmodifiable view collection containing the value from each key-value pair contained in this multimap, without collapsing duplicates (so values().size() == size()).
()
| 143 | * collapsing duplicates (so {@code values().size() == size()}). |
| 144 | */ |
| 145 | Collection<V> values(); |
| 146 | |
| 147 | /** |
| 148 | * @return an unmodifiable view of all key-value pairs |
no outgoing calls