ITERATOR in Korean translation

iterator
반복자
iterator
이터
navigator
eater
iterator
actuators
nukevator
earther
iterator 를
반복기
repeater
iterator
iterator 인데

Examples of using Iterator in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
The Iterator node goes through all elements
Iterator 노드는 모든 요소를 거치면서,
Entries() Returns a new Array Iterator object that contains the key/value pairs for each index in the array.
Entries() 배열의 각 인덱스에 대한 키/값 쌍을 포함하는 새로운 배열 반복자 객체를 반환합니다.
However, an iterator performs traversal and gives access to data elements in a container, but does not perform iteration.
그러나 이터레이터는 순회를 수행하고 컨테이너의 데이터 요소에 대한 액세스를 제공하지만, 반복(iteration)을 수행하지는 않습니다.
document interface provides java. util. Iterator support, so that you can walk through the results one at a time.
util. Iterator 지원을 제공하므로 한 번에 하나씩 결과를 볼 수 있습니다.
instead, we're treating rx as an iterator.
대신 rx를 반복자처럼 다루고 있습니다.
The most common of the well-known symbols is Symbol. iterator, which is used to add a means of iterating over an object's values.
잘 알려진 심볼(well-known symbols) 중 가장 일반적인 심볼은 Symbol. iterator인데, 이는 객체의 값 이상의 반복의 의미를 추가하는데 사용한다.
Values: The values() method returns a new Array Iterator object that contains the values for each index in the array.
Values: values() 메서드는 배열의 각 인덱스에 대한 value를 가지는 새로운 Array Iterator 객체를 반환합니다.
because their prototype objects all have a Symbol. iterator method.
그들의 프로토타입 객체가 모두 Symbol. iterator 메서드가 있기에.
be used in a foreach construct and do not need to implement IteratorAggregate or Iterator.
클래스는 foreach 에 사용될수 있으며, IteratorAggregate 또는 Iterator를 구현할 필요가 없습니다.
ListIterator(int index) Returns a list iterator of the elements in this list(in proper sequence), starting at the specified position in this list. E.
ListIterator (int index) 이 리스트내의 요소를 적절한 순서로 반복 처리 하는 리스트 반복자를 리턴합니다. E remove (int index) 리스트내의 지정된 위치로부터 요소를 삭제합니다.
An iterator uses the yield return statement to return each element one at a time.
반복기는 Yield 문을 사용 하 여 컬렉션의 각 요소를 한 번에 하나씩 반환 합니다.
Iterator objects can optionally provide these additional capabilities,
이터레이터 객체는 선택적으로 이러한 추가 기능을 제공할 수 있지만,
Extending the trait Iterator[A] requires a type A and implementations of the methods hasNext and next.
Trait Iterator[A]를 확장하려면 A 타입 지정과 hasNext, next 메서드 구현이 필요합니다.
Next, we're going to implement the Iterator trait for our Counter type by defining the body of the next method, to specify what we want to happen when this iterator is used,
다음으로, 이 반복자가 사용될 때 우리가 원하는 것을 지정하기 위해 next 메소드의 본문을 정의함으로써 Counter 타입에 대한 Iterator 특성을 구현할 것입니다,
You'll run into obvious problems if the iterator is infinite;
이터레이터가 무한하다면 명백한 문제에 부딪힙니다;
User-created containers only have to provide an iterator that implements one of the five standard iterator interfaces, and all the algorithms provided in the STL can be used on the container.
사용자가 생성한 컨테이너들은 단지 5개의 표준 반복자 인터페이스 중 하나를 구현한 반복자를 제공하고, STL에서의 모든 알고리즘들은 컨테이너에서 사용될 수 있어야 한다.
Uses an input stream iterator.
입력 스트림 반복자(input stream iterator).
What does an Iterator give you?
반복자 Iterator가 제공하는 기능은?
For more information on iterator objects, see Iterator Types.
반복기에 대한 자세한 내용은 반복기를 참조하세요. For more information about iterators, see Iterators.
A generator is just a special type of iterator.
Generator는 Iterator의 특수한 한 형태이다.
Results: 120, Time: 0.0571

Top dictionary queries

English - Korean