* @return {!Iterator } an iterator of the keys set.
()
| 317 | * @return {!Iterator<string>} an iterator of the keys set. |
| 318 | */ |
| 319 | keys() { |
| 320 | return this.map_.keys() |
| 321 | } |
| 322 | |
| 323 | /** |
| 324 | * Merges another set of capabilities into this instance. |
no outgoing calls
no test coverage detected