* Clears all data from the index
()
| 192 | * Clears all data from the index |
| 193 | */ |
| 194 | clear(): void { |
| 195 | this.valueMap.clear() |
| 196 | this.sortedValues = [] |
| 197 | this.indexedKeys.clear() |
| 198 | this.updateTimestamp() |
| 199 | } |
| 200 | |
| 201 | /** |
| 202 | * Performs a lookup operation |
no outgoing calls
no test coverage detected