en

Iterator

UK
/ˈɪtəreɪtə/
US
/ˈɪtərˌeɪtər/
ru

Translation iterator into russian

iterator
Noun
raiting
UK
/ˈɪtəreɪtə/
US
/ˈɪtərˌeɪtər/
The iterator allows us to traverse the elements of a collection.
Итератор позволяет нам проходить по элементам коллекции.

Definitions

iterator
Noun
raiting
UK
/ˈɪtəreɪtə/
US
/ˈɪtərˌeɪtər/
An object or construct that allows a programmer to traverse through elements in a collection, such as an array or list, one at a time.
The iterator enabled the developer to loop through the list of names efficiently.

Idioms and phrases

iterator pattern
The iterator pattern is a design pattern used in computer programming.
шаблон итератора
Шаблон итератора - это шаблон проектирования, используемый в программировании.
iterator method
The iterator method returns an iterator object.
метод итератора
Метод итератора возвращает объект итератора.
iterator interface
Implement the iterator interface to define custom iteration behavior.
интерфейс итератора
Реализуйте интерфейс итератора, чтобы определить собственное поведение итерации.
iterator instance
You can create an iterator instance for the collection.
экземпляр итератора
Можно создать экземпляр итератора для этой коллекции.
iterator object
The iterator object allows you to loop through data.
объект итератора
Объект итератора позволяет перебирать данные.

Related words