Iterators | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Iterators

It is very difficult for me . I understand it is just a type of Repeat!

2nd Mar 2020, 11:16 AM
Reza_willsoon
Reza_willsoon - avatar
2 ответов
+ 2
thank you!🙏🏼
2nd Mar 2020, 11:29 AM
Reza_willsoon
Reza_willsoon - avatar
+ 2
Iterator is an interface in Java. It is used to iterate over objects of either predefined classes or objects of user defined classes. It is similar to an enhanced for loop. If you could be more specific with your problem, it would be easy for us to help.
2nd Mar 2020, 12:15 PM
Avinesh
Avinesh - avatar