Invokes entrySet on backing Map. @return the underlying entry set.
()
| 179 | * @return the underlying entry set. |
| 180 | */ |
| 181 | public Set<Entry<K, Collection<V>>> entrySet() { |
| 182 | return mMap.entrySet(); |
| 183 | } |
| 184 | |
| 185 | /** |
| 186 | * @return all the values in the multi-map. |
no outgoing calls