* Get all keys that have presence (non-zero consolidated multiplicity). * @returns An iterator of keys with non-zero consolidated multiplicity.
()
| 226 | * @returns An iterator of keys with non-zero consolidated multiplicity. |
| 227 | */ |
| 228 | getPresenceKeys(): Iterable<TKey> { |
| 229 | return this.#consolidatedMultiplicity.keys() |
| 230 | } |
| 231 | |
| 232 | /** |
| 233 | * This method returns all values for a given key. |
no test coverage detected