Get a set of all the keys in this map. @return Set of keys.
()
| 142 | * @return Set of keys. |
| 143 | */ |
| 144 | public Set<K> keySet() { |
| 145 | return mMap.keySet(); |
| 146 | } |
| 147 | |
| 148 | /** |
| 149 | * Get a single collection of all the values in the map. All of the |
no outgoing calls