* Difference between Iterable and Iterator
Add examples of the Iterable and the Iterator usage.
* Minor changes
Add UnitTests for Iterable examples
* Fix iterable example
Add Custom collection for the Iterable implementation example.
* Fix iterable example
Change the example for the Iterable interface implementation
* Revert "Fix iterable example"
This reverts commit 4015cbc038b1b657c54fa666193c0c7019a474ad.
* Minor changes