kotlin-stdlib / kotlin.collections / HashSet / isEmpty isEmpty Common Native 1.0 fun isEmpty(): Boolean JS 1.1 open fun isEmpty(): Boolean Returns true if the collection is empty (contains no elements), false otherwise.