What is the translation of " THE ITERATOR " in Vietnamese?

Examples of using The iterator in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Implements the Iterator interface.
Sử dụng Iterator interface.
Public void remove()-This method removes the last elements returned by the iterator.
Public void remove()Nó loại bỏ phần tử cuối được trả về bởi Iterator.
This is where the Iterator Pattern comes in handy.
Và đó là nơi mẫu Iterator xuất hiện.
If value is present alongside done, it is the iterator's return value.
Nếu value trả về cùng với thuộc tính done,nó là giá trị trả về bởi lệnh return trong iterator đó.
This sends the iterator i into the anonymous function of which we define as index.
Điều này sẽ gửi trình lặp i vào chức năng ẩn danh mà chúng tôi định nghĩa là index.
Immutable implementation of the Iterator interface.
Thực thi Iterator interface.
Void remove()-Removes from the underlying list the last element returned by the Iterator.
Public void remove()Nó loại bỏ phần tử cuối được trả về bởi Iterator.
What is the Difference between the Iterator and ListIterator?
Sự khác biệt giữa Iterator và ListIterator?
The Iterator interface provides a number of methods that are able to iterate over any Collection.
Interface Iterator cung cấp một số các phương thức để duyệt( lặp) qua các phần tử bất kỳ tập hợp nào.
Enumeration is doubly faster than the Iterator and uses very less memory.
Enumeration nhanh gấp đôi so với Iterator và sử dụng rất ít bộ nhớ.
To enable programmers to process the elements in a collection one at a time,ES2015 introduced the iterator interface.
Để cho phép các lập trình viên xử lý các phần tử trong một bộ sưu tập cùng một lúc,ES2015 đã giới thiệu iterator interface.
Keep calling the next() method on the iterator returned from step 1.
Tiếp tục gọi phương thức next() trên iterator được trả về từ bước 1.
When the iterator's next() method is called,the generator function's body is executed until the first yield expression.
Sau khi hàm next() của iterator được gọi, generator function sẽ thực thi hàm cho đến khi gặp từ khóa yield đầu tiên.
When you dealing with a collection of objects, The Iterator Pattern is the ideal solution.
Khi bạn làm việc với một tập hợp nhiều đối tượng, mẫu Iterator là một giải pháp tốt.
The Iterator Pattern gives you a way of accessing the elements inside an object without having to know the internal details of that object.
Mẫu Iterator cung cấp cho bạn cách thức truy cập một bộ phận bên trong một đối tượng mà không cần phải hiểu rõ cấu trúc nội tại của đối tượng đó.
Iterating over an iterator is said to consume the iterator, because it is generally only possible to do once.
Việc duyệt qua iterator được gọi là sử dụng iterator, bởi vì nó chỉ có thể làm một lần.
However, the Iterator is much safer compared to Enumeration, because other threads are not able to modify the collection object that is currently traversed by the iterator.
Tuy nhiên, Iterator an toàn hơn Enumeration, bởi vì những thread( luồng) khác không thể thay đổi đối tượng collection khi đang duyệt qua bởi Iterator.
RxJS is a combination of the best ideas from the Observer pattern, the Iterator pattern, and functional programming.
Rx là sự kết hợp của những ý tưởng tốt nhất từ Observer pattern, Iterator pattern và functional programming.
Storing an integer n in the iterator queue causes the next command to be executed n times.
Lưu trữ mộtsố nguyên n trong hàng đợi Iterator khiến cho lệnh tiếp theo được thực hiện n lần.
ReactiveX is a framework encapsulating the best of the Observer pattern, the Iterator pattern and functional programming.
ReactiveX là sự kết hợp của những ý tưởng tốt nhất từ Observer pattern, Iterator pattern và Functional programming.
ListIterator is inherited from the Iterator interface but it comes with some extra functionalities, like adding or replacing an element, getting the index position of the previous and next element.
ListIterator cài đặt interface Iterator và chứa thêm một số chức năng mới, như thêm mới một phần tử, thay thế phần từ, lấy chỉ mục( index) cho phần từ kế truớc hay sau nó.
ReactiveX is a combination of the best ideas from the Observer pattern, the Iterator pattern, and functional programming.
ReactiveX là sự kết hợp những ý tưởng tốt nhất của Observer pattern, the Iterator pattern, và functional programming".
More specifically an iterator is any object which implements the Iterator protocol by having a next() method which returns an object with two properties: value, the next value in the sequence;
Một cách cụ thể hơn một iterator là một object bất kỳ mà nó cài đặt giao thức Iterator với việc cài đặt phương thức next() mà trả về một object với thuộc tính: value, giá trị kế tiếp in chuỗi giá trị;
If an exception StopIteration is raised from within next(),it means there are no more values in the iterator and the loop is exited.
Nếu một ngoại lệ StopIteration được nâng lên từ bên trong next(), nó có nghĩa là không còn giá trị nào trong vòng lặp và vòng lặp được thoát.
An Iterable is a lazily consumed sequence-each item is pulled by the iterator whenever it wants to use it, and hence the enumeration is driven by the consumer.
Một Iterable là một chuỗi được tiêu thụ một cách lười biếng-mỗi mục được kéo bởi trình lặp bất cứ khi nào nó muốn sử dụng nó, và do đó việc liệt kê được thúc đẩy bởi người tiêu dùng.
The better way is to employ an iterator,which is an object that implements either the Iterator or the ListIterator interface.
Cách đơn giản nhất để thực hiện điều này là thuê một Iterator, là một đối tượng mà triển khai hoặc Iterator hoặc Listlerator interface.
Note that a for loop doesn't know what kind of object it's dealing with-it just follows the iterator protocol, and is happy to get item after item as it calls next().
Lưu ý rằng for vòng lặp không biết loại đối tượng mà nó đang xử lý- nó chỉ tuân theo giao thức vòng lặp và rất vui khi nhận được mục sau mục khi nó gọi next().
The easiest way to do this is to employ an iterator,an object that implements either the Iterator or the Listiterator interface.
Cách đơn giản nhất để thực hiện điều này là thuê một Iterator, là một đối tượng mà triển khai hoặc Iterator hoặc Listlerator interface.
So the generator object is sort of like an adapter-at one end it exhibits the iterator protocol, by exposing__iter__() and next() methods to keep the for loop happy.
Vì vậy, đối tượng máy phát điện là loại giống như một bộ chuyển đổi- ở một đầu nó thể hiện giao thức lặp, bằng cách lộ iter() và next() phương pháp để giữ for vòng lặp hạnh phúc.
Results: 29, Time: 0.0258

Word-for-word translation

Top dictionary queries

English - Vietnamese