isEmpty

open fun isEmpty(): Boolean

Checks if the set is empty, i.e. contains no values.

Return

true if there are no values in the set, false otherwise.