Provides general-purpose maps with support to prefix queries.
This module defines the following interfaces:
- [[PrefixMap]], an immutable [`SortedMap`](https://modules.ceylon-lang.org/repo/1/ceylon/collection/1.2.0/module-doc/api/SortedMap.type.html)
that supports prefix queries and is keyed by streams of [[Comparable]]
objects;
- [[TernaryTreeMap]], a mutable [[PrefixMap]] backed by a ternary search
tree.
[[TernaryTreeMap]] is an abstract supertype for the following ...
Version0.0.2compared with
Version Details
| 0.0.1 | 0.0.2 | |
|---|---|---|
| Release date | Feb 13, 2021 | Feb 13, 2021 |
| Licenses | None | None |
| Vulnerabilities | None | None |
No dependency changes compared to the selected version.