大家都搜:
列表迭代器
1、corrigenda list───勘误表
2、dialyzer list───透析器列表
3、rudiment list───初步清单
4、list───n.列表,清单,目录;(船的)倾斜;v.列清单;把…列入一览表;被列入价目表;把…列入正式名单(尤指医院或法庭的名单);(船只)倾斜;使(公司)上市
5、lmportant list───导入列表
6、anaphrodisiacs list───回指表
7、short list───n.人数已缩减的候选人名单;n.(英)最终候选人名单,入围(决选)名单
8、dairyman list───奶牛场老板名单
9、list list───列表列表
1、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集合上应用的迭代器方法上。
2、Returns a list iterator of the elements in this list (in proper sequence).───以本来顺序返回列表元素的列表迭代器。
3、UnsupportedOperationException - if the remove operation is not supported by this list iterator.───如果列表迭代器不支持removeCao作时抛出。
4、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.───对列表进行迭代之前不必克隆列表或者在迭代期间锁定列表,因为迭代器所看到的列表的副本是不变的。
5、Returns true if this list iterator has more elements when traversing the list in the forward direction.───正向遍历列表时,如果列表迭代器还有元素,返回true。
6、UnsupportedOperationException - if the set operation is not supported by this list iterator.───如果列表迭代器不支持setCao作时抛出。
7、UnsupportedOperationException - if the add method is not supported by this list iterator.───如果列表迭代器不支持addCao作时抛出。
8、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。
9、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”结构那样灵活,但它更容易理解。
1、Returns a list iterator of the elements in proper sequence.