emptyMap

fun <K, V> emptyMap(): Map<K, V>(source)

Returns an empty read-only map of specified type.

The returned map is serializable (JVM).

Since Kotlin

1.0

Samples