(e3)
| 3586 | this._array.length = 0; |
| 3587 | } |
| 3588 | insert(e3) { |
| 3589 | 0 !== this._array.length ? (i2 = this._search(this._getKey(e3)), this._array.splice(i2, 0, e3)) : this._array.push(e3); |
| 3590 | } |
| 3591 | delete(e3) { |
| 3592 | if (0 === this._array.length) return false; |
| 3593 | const t3 = this._getKey(e3); |
no test coverage detected