kotlin.collections.hashMapOf
hashMapOf
inline fun <K, V> hashMapOf(): HashMap<K, V>
Platform and version requirements: Kotlin 1.1
Returns an empty new HashMap.
inline fun <K, V> hashMapOf(): HashMap<K, V>
Platform and version requirements: Kotlin 1.1
Returns an empty new HashMap.