ITERATOR in Vietnamese translation

Examples of using Iterator in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
In JavaScript an iterator is an object which defines a sequence and potentially a return value upon its termination.
Trong JavaScript một iteratormột object mà nó định nghĩa một trình tự và giá trị có thể trả về tiếp theo trước khi kết thúc.
Obtain an Iterator to the start of the collection by calling the collection iterator() method.
Đạt được một iterator tới phần đầu của Collection bằng cách gọi phương thức iterator() của Collection trong Java.
It acts as an iterator to allow you to move through its data.
Nó nóng vai trò như một Iterator để cho phép bạn vọc qua dữ liệu của nó.
I'm not particularly familiar with Python, but I believe it's the same kind of thing as C 's iterator blocks if you're familiar with those.
Tôi không quen thuộc với Python, nhưng tôi tin rằng đó là một thứ giống như Các khối lặp của C nếu bạn quen thuộc với những người đó.
Before you can access a collection through an iterator, you must obtain one.
Trước khi bạn có thể truy cập một Collection thông qua một Iterator, bạn phải có được nó.
For collections that implement List, you can also obtain an iterator by calling ListIterator.
Với các Collection mà triển khai List, bạn cũng có thể thu được một interator bởi triệu hồi ListIterator.
StopIteration Raised when the next() method of an iterator does not point to any object.
StopIteration Xuất hiện khi phương thức next() của interator không trỏ đến một đối tượng nào.
method that returns an iterator to the start of the collection.
mà trả về một iterator tới phần bắt đầu của Collection.
There is a trick to try using an IF statement when Iterator value is the value that we stop at the breakpoint at statement Beep(instead of what statement ICounter Print) like in the picture below.
Để thử khi Iterator value có trị số ấy thì ta ngừng ở breakpoint tại statement Beep( thay gì statement Print ICounter) như trong hình dưới đây.
There is a trick to try using an IF statement when Iterator value is the value that we stop at the breakpoint at statement Beep(instead of what statement ICounter Print)
Có một mánh lới là dùng một IF statement để thử khi Iterator value có trị số ấy thì ta ngừng ở breakpoint tại
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,
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()
ListIterator is inherited from the Iterator interface but it comes with some extra functionalities,
ListIterator cài đặt interface Iterator và chứa thêm một số chức năng mới,
There is a lot of overhead in building an iterator in Python;
Để xây dựng một iterator, ta cần phải theo dõi khá nhiều bước ví dụ
In order to be iterable, an object must implement the@@iterator method, meaning that the object(or one of the objects up its prototype chain) must have a property with a Symbol. iterator key.
Để có thể khả duyệt, một object phải cái đặt phương thức của@@ iterator, nghĩa là object( hoặc đối tượng cha trong chuỗi prototype) phải có một thuộc tính Symbol. iterator.
if you have an iterator to the insert position,
bạn có một iterator đến vị trí chèn,
If an iterator has been created on a collection object
Nếu một iterator đã được tạo trên một đối tượng collectionmột ngoại lệ sửa đổi đồng thời sẽ được ném.">
in the order that they are returned by the specified Collection's Iterator.
theo thứ tự chúng được trả về bởi bộ lặp iterator.
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,
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()
To use an iterator.
Sử dụng Iterator.
Methods of Iterator Interface.
Các phương thức của Iterator interface.
Results: 167, Time: 0.0232

Top dictionary queries

English - Vietnamese