isEmpty

abstract fun isEmpty(): Boolean(source)

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

Since Kotlin

1.0
abstract fun isEmpty(): Boolean(source)

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

Since Kotlin

1.3