kotlin.collections.linkedMapOf
linkedMapOf
inline fun <K, V> linkedMapOf(): LinkedHashMap<K, V>
Platform and version requirements: Kotlin 1.1
Returns an empty new LinkedHashMap.
fun <K, V> linkedMapOf( vararg pairs: Pair<K, V> ): LinkedHashMap<K, V>
Returns a new LinkedHashMap with the specified contents, given as a list of pairs where th