namespace VariantMultiMap
A type-variant immutable MultiMap of key type K, and value type V. In the Map, each key has at least one value. See the MultiMap documentation and the VariantMultiMap API documentation
Companion interface: VariantMultiMap<K,V>
Interfaces
Name | Description |
---|---|
VariantMultiMap.NonEmpty<K,V> | A non-empty type-variant immutable MultiMap of key type K, and value type V. In the Map, each key has at least one value. See the MultiMap documentation and the VariantMultiMap API documentation |
VariantMultiMap.Types | Utility interface that provides higher-kinded types for this collection. |