package @rimbu/bimultimap
The @rimbu/bimultimap
package provides BiMultiMap implementations.
See the Rimbu docs BiMultiMap page for more information.
Interfaces
Name | Description |
---|---|
BiMultiMap<K,V> | A type-invariant immutable bi-directional MultiMap where keys and values have a many-to-many mapping. See the BiMultiMap documentation and the BiMultiMap API documentation |
HashBiMultiMap<K,V> | A type-invariant immutable bi-directional MultiMap where keys and values have a many-to-many mapping. Its keys and values are hashed. See the BiMultiMap documentation and the HashBiMultiMap API documentation |
SortedBiMultiMap<K,V> | A type-invariant immutable bi-directional MultiMap where keys and values have a many-to-many mapping. Its keys and values are sorted. See the BiMultiMap documentation and the HashBiMultiMap API documentation |
Namespaces
Name | Description |
---|---|
BiMultiMap | A type-invariant immutable bi-directional MultiMap where keys and values have a many-to-many mapping. See the BiMultiMap documentation and the BiMultiMap API documentation |
HashBiMultiMap | A type-invariant immutable bi-directional MultiMap where keys and values have a many-to-many mapping. Its keys and values are hashed. See the BiMultiMap documentation and the HashBiMultiMap API documentation |
SortedBiMultiMap | A type-invariant immutable bi-directional MultiMap where keys and values have a many-to-many mapping. Its keys and values are sorted. See the BiMultiMap documentation and the HashBiMultiMap API documentation |