* Removes all key-value pairs from the map
()
| 147 | * Removes all key-value pairs from the map |
| 148 | */ |
| 149 | clear(): void { |
| 150 | this.map.clear() |
| 151 | this.sortedKeys = [] |
| 152 | } |
| 153 | |
| 154 | /** |
| 155 | * Gets the number of key-value pairs in the map |
nothing calls this directly
no outgoing calls
no test coverage detected