package @rimbu/bimultimap/custom
The @rimbu/bimultimap/custom entry exposes the low‑level interfaces, contexts, builders and implementations behind BiMultiMap, enabling advanced users to construct custom hash‑ or sorted‑based BiMultiMap variants.
Use this entry when you need to integrate BiMultiMaps with bespoke map or multimap contexts; for typical many‑to‑many use cases the main @rimbu/bimultimap API is preferred.
Interfaces
| Name | Description |
|---|---|
BiMultiMapBase<K,V,Tp> | undocumented |
ContextTypesImpl | undocumented |
Namespaces
| Name | Description |
|---|---|
BiMultiMapBase | undocumented |
BiMultiMapGeneric | undocumented |
BiMultiMapHashed | undocumented |
BiMultiMapSorted | undocumented |
Classes
| Name | Description |
|---|---|
BiMultiMapBuilder | undocumented |
BiMultiMapContext | undocumented |
BiMultiMapEmpty | undocumented |
BiMultiMapNonEmpty | undocumented |