* Return how many unique items are in this ArraySet. If duplicates have been * added, than those do not count towards the size. * * @returns Number
()
| 35 | * @returns Number |
| 36 | */ |
| 37 | size() { |
| 38 | return this._set.size; |
| 39 | } |
| 40 | |
| 41 | /** |
| 42 | * Add the given string to this set. |
no outgoing calls
no test coverage detected