(e3)
| 3600 | return false; |
| 3601 | } |
| 3602 | *getKeyIterator(e3) { |
| 3603 | if (0 !== this._array.length && (i2 = this._search(e3), !(i2 < 0 || i2 >= this._array.length) && this._getKey(this._array[i2]) === e3)) do { |
| 3604 | yield this._array[i2]; |
| 3605 | } while (++i2 < this._array.length && this._getKey(this._array[i2]) === e3); |
| 3606 | } |
| 3607 | forEachByKey(e3, t3) { |
| 3608 | if (0 !== this._array.length && (i2 = this._search(e3), !(i2 < 0 || i2 >= this._array.length) && this._getKey(this._array[i2]) === e3)) do { |
| 3609 | t3(this._array[i2]); |
no test coverage detected