* Describes how this clear operation behaves. * @returns {void}
()
| 75 | * @returns {void} |
| 76 | */ |
| 77 | clear() { |
| 78 | this._invalidateCache(); |
| 79 | this._invalidateOrderedCache(); |
| 80 | return super.clear(); |
| 81 | } |
| 82 | |
| 83 | /** |
| 84 | * Sort with a comparer function |
no test coverage detected