I am a beginner and I cannot understand the real effect of the Iterable interface.
Iterable
Iterators basically allow for iteration over any Collection.
It's also what is required to use Java's for-each control statement.