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