AbstractCollection::isEmpty

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

Source Code
If you find this project useful, consider leaving a on GitHub! Thank you!