The isEmpty()
method checks whether the collection is empty.
Description
public AbstractCollection::isEmpty(): bool
Parameters
None
Return Value
Returns true
if the collection contains no elements; otherwise, returns false
.
Exceptions
None