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
The isEmpty() method checks whether the collection is empty.
public AbstractCollection::isEmpty(): bool
None
Returns true if the collection contains no elements; otherwise, returns false.
None