isEmpty

open fun isEmpty(): Boolean

Returns whether this List contains no elements.

Return

true if this List has no elements, false otherwise.

See also