Iteration
The Enhanced For Loop
The enhanced for loop is the shorthand of define a iterator and iterate it.
Implementing an Iterator
Two Interfaces
Iterable:
Iterator
Example:
But we did not implement Iterator and Iterable interface, for-each will not work.
And KeyIterator should implements Iterator.