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
The count()
method returns the number of elements in the collection.
public AbstractCollection::count(): int
None
Returns the total number of elements in the collection as an integer.
None