...

/

The iterator Operator

The iterator Operator

Explore and learn about the Iterable interface.

We'll cover the following...

We can use a for loop to iterate over any object that has an iterator operator method. Every object that implements an Iterable interface must support the ...