* Gets the number of key-value pairs in the map
()
| 155 | * Gets the number of key-value pairs in the map |
| 156 | */ |
| 157 | get size(): number { |
| 158 | return this.map.size |
| 159 | } |
| 160 | |
| 161 | /** |
| 162 | * Default iterator that returns entries in sorted order |
nothing calls this directly
no outgoing calls
no test coverage detected