The getIterator()
method provides an iterator for traversing the collection.
Description
public AbstractCollection::getIterator(): \Traversable
Parameters
None
Return Value
Returns a \Traversable
object that can be used to iterate over the collection.
Exceptions
None