isEmpty

expect abstract fun isEmpty(): Boolean(source)

Returns true if the map is empty (contains no elements), false otherwise.

Since Kotlin

1.0
actual abstract fun isEmpty(): Boolean(source)

Returns true if the map is empty (contains no elements), false otherwise.

Since Kotlin

1.1
actual abstract fun isEmpty(): Boolean(source)

Returns true if the map is empty (contains no elements), false otherwise.

Since Kotlin

1.0
actual abstract fun isEmpty(): Boolean(source)

Returns true if the map is empty (contains no elements), false otherwise.

Since Kotlin

1.3
actual abstract fun isEmpty(): Boolean(source)

Returns true if the map is empty (contains no elements), false otherwise.

Since Kotlin

1.8
actual abstract fun isEmpty(): Boolean(source)

Returns true if the map is empty (contains no elements), false otherwise.

Since Kotlin

1.8