* Is the given string a member of this set? * * @param String aStr
(aStr)
| 66 | * @param String aStr |
| 67 | */ |
| 68 | has(aStr) { |
| 69 | return this._set.has(aStr); |
| 70 | } |
| 71 | |
| 72 | /** |
| 73 | * What is the index of the given string in the array? |
no outgoing calls
no test coverage detected