package @rimbu/hashed/map
The @rimbu/hashed/map
package provides the HashMap
implementation.
See the Rimbu docs Map page for more information.
Interfaces
Name | Description |
---|---|
HashMap<K,V> | A type-invariant immutable Map of key type K, and value type V. In the Map, each key has exactly one value, and the Map cannot contain duplicate keys. See the Map documentation and the HashMap API documentation |
Namespaces
Name | Description |
---|---|
HashMap | A type-invariant immutable Map of key type K, and value type V. In the Map, each key has exactly one value, and the Map cannot contain duplicate keys. See the Map documentation and the HashMap API documentation |