kotlin-stdlib / kotlin.collections / Map / isEmpty isEmpty Common JVM JS Native 1.0 abstract fun isEmpty(): Boolean(Common source) (JS source) (Native source) Returns true if the map is empty (contains no elements), false otherwise.