AbstractCollection::count

The count() method returns the number of elements in the collection.

Description

public AbstractCollection::count(): int

Parameters

None

Return Value

Returns the total number of elements in the collection as an integer.

Exceptions

None

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