Vertaling van "Iterator" in Pools
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Here is a list of all the methods with examples provided by Iterator and ListIterator interfaces.
Tutaj znajduje się lista wszystkich metod z przykładów przedstawionych przez interfejsy iterator i ListIterator.
Finds the first element for which the iterator returns true.
Znajduje pierwszy element, dla którego iterator zwraca true.
But, as I read [this article], and looked at the interface and implementation of the Dataloader, I thought I can make something simpler, which would not have any sampler or data iterator, which could be potentially slowing down the data loading.
Na początku nie chciałem nic robić z samymi loaderami, ale po przeczytaniu tego artykułu i spojrzeniu na interfejs oraz implementację Dataloadera, pomyślałem, że mogę zrobić coś prostszego; coś, co nie ma żadnego samplera czy iteratora danych, które mogłyby potencjalnie zwalniać samo ładowanie.
In Magik generator methods are called iterator methods.
W Magiku metody generatora są zwane metodami iteratora.
Iterator pointing to the first element inserted, or pos if first==last.
Iterator wskazujący na pierwszy wstawiony element, lub pos jeśli first==last.
Iterator pointing to the first element inserted, or pos if count==0.
Iterator wskazujący na pierwszy wstawiony element, lub pos jeśli count==0.
Each Iterator provides a next() and hasNext() method, and may optionally support a remove() method.
Każdy Iterator posiada metody next() i hasNext(), oraz opcjonalnie może implementować metodę remove().
ListIterator extends Iterator to allow bidirectional traversal of a list and the modification of elements.
ListIterator rozciąga Iterator aby umożliwić dwukierunkowe przejście przez liście i modyfikacji elementów.
An iterator is invalidated only when the corresponding element is deleted.
Iterator jest unieważniany tylko wtedy, gdy odpowiadający mu element jest usuwany.
The implicit iterator variable in the grep and map functions.
Domniemana iterator zmienna w funkcji grep i map.
All iterators, including the past-the-end iterator, are invalidated.
Wszystkie iteratory, wliczając iterator zakońcowy, zostają unieważnione.
Let us now see an example of creating our own iterator in which we will be using closures.
Zobaczmy teraz przykład tworząc własny iterator, w których będziemy używać zamknięć.
This construction in loop is often used as an iterator in the algorithms using a list.
Taka konstrukcja w pętli jest często wykorzystywana jako iterator w algorytmach korzystających z list.