en

Iterator

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

Translation of "iterator" into Russian

iterator
Noun
raiting
UK
/ˈɪtəreɪtə/
US
/ˈɪtərˌeɪtər/
iterator
iterators pl
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.
объект итератора
Объект итератора позволяет перебирать данные.
initialize (an) iterator
You need to initialize the iterator before using it.
инициализировать итератор
Вам нужно инициализировать итератор перед использованием.
reset (an) iterator
After processing the data, reset the iterator to start over.
сбросить итератор
После обработки данных сбросьте итератор, чтобы начать сначала.
advance (an) iterator
Advance the iterator to access the next item in the list.
переместить итератор вперёд
Переместите итератор вперёд, чтобы получить следующий элемент в списке.
end of (an) iterator
Check for the end of the iterator before accessing elements.
конец итератора
Проверьте конец итератора, прежде чем обращаться к элементам.
current position of (an) iterator
The current position of the iterator determines which element is returned.
текущее положение итератора
Текущее положение итератора определяет, какой элемент возвращается.