Iterable
Root interface for collections which allows iterating them.
Traversing
It can be iterated:
And it can be used in for-each loops:
Last updated
Was this helpful?
Root interface for collections which allows iterating them.
It can be iterated:
And it can be used in for-each loops:
Last updated
Was this helpful?