* Is the given string a member of this set? * * @param String aStr
(aStr)
| 60 | * @param String aStr |
| 61 | */ |
| 62 | has(aStr) { |
| 63 | return this._set.has(aStr); |
| 64 | } |
| 65 | |
| 66 | /** |
| 67 | * What is the index of the given string in the array? |
no outgoing calls
no test coverage detected