青年中文青年中文

list iterator的意思

list iterator中文翻譯:

列表迭代器

相似詞語短語

list list───列表列表

list───n.列表,清單,目錄;(船的)傾斜;v.列清單;把…列入一覽表;被列入價目表;把…列入正式名單(尤指醫院或法庭的名單);(船只)傾斜;使(公司)上市

corrigenda list───勘誤表

dairyman list───奶牛場老板名單

rudiment list───初步清單

anaphrodisiacs list───回指表

short list───n.人數已縮減的候選人名單;n.(英)最終候選人名單,入圍(決選)名單

lmportant list───導入列表

dialyzer list───透析器列表

雙語使用場景

Now, a "foreach" (list iterator or mapper) construct might not be as flexible as a "for" construct, but it is easier for us to understand.───現在,“foreach”(list iterator或者mapper)結構可能不像“for”結構那樣靈活,但它更容易理解。

is not necessary to clone the list before iteration or lock it during iteration because the copy of the list that the iterator sees will not change.───對列表進行迭代之前不必克隆列表或者在迭代期間鎖定列表,因為迭代器所看到的列表的副本是不變的。

You'll recall from previous articles in this series that closures are commonly used with iterator methods applied to List and Map collections.───您會回憶起這個系列以前的文章中,閉包一般用于在List和map集合上應用的迭代器方法上。

the index of the element that would be returned by a subsequent call to previous, or -1 if list iterator is at beginning of list.───接下去調用previous所返回元素的下標,如果列表迭代器已位于列表起始,返回-1。

UnsupportedOperationException - if the remove operation is not supported by this list iterator.───如果列表迭代器不支持remove操作時拋出。

UnsupportedOperationException - if the set operation is not supported by this list iterator.───如果列表迭代器不支持set操作時拋出。

UnsupportedOperationException - if the add method is not supported by this list iterator.───如果列表迭代器不支持add操作時拋出。

Returns true if this list iterator has more elements when traversing the list in the forward direction.───正向遍歷列表時,如果列表迭代器還有元素,返回true。

Returns a list iterator of the elements in this list (in proper sequence).───以本來順序返回列表元素的列表迭代器。

英語使用場景

Returns a list iterator of the elements in proper sequence.