isEmpty

open suspend override fun isEmpty(): Boolean

Checks if this map contains no key-value mappings. This operation is thread-safe.

Return

true if this map is empty, false otherwise.