What is Iterable? - Cracking the Java Coding Interview #codinginterview #java

preview_player
Показать описание
Cracking the #Java #Coding #Interview - Question 112: What is Iterable?
Рекомендации по теме
Комментарии
Автор

It's amazing that the feedback is being taken seriously,
showing examples really benefits the community :)
Thank you.

keshav__k
Автор

It would be awesome if iterators would be syntax sugared that if you throw it into a for loop an automatic iterable wrapper is being created.
Like with arrays.

Speiger