Map Builder
Deprecated
Utility class for creating maps
Deprecated
Use Kotlin's built-in collections extensions
Functions
Link copied to clipboard
Link copied to clipboard
Returns the empty map.
Returns map containing a single entry.
open fun <K, V> of(k1: K, v1: V, k2: K, v2: V, k3: K, v3: V, k4: K, v4: V, k5: K, v5: V, k6: K, v6: V): Map<K, V>
open fun <K, V> of(k1: K, v1: V, k2: K, v2: V, k3: K, v3: V, k4: K, v4: V, k5: K, v5: V, k6: K, v6: V, k7: K, v7: V): Map<K, V>
Returns map containing the given entries.