Iterator
英音[ ɪtəˈreɪtə ] 美音[ ɪtəˈreɪtər ]

迭代器

常用释义

词性释义

n.

迭代器;迭代程序
例句
  • 全部
  • 迭代器
1·To illustrate, Figure 5 shows the state of a hypothetical iterator that can move back one, two, three, or four places, but no more, because that would require accessing the previously visited leaf.
为了说明这个作法,图5显示一个虚构的迭代器的状态,它能够向后移动一、二、三、四个位置,但不能移动更多位置,因为这要求访问前面访问的叶节点。
2·But this much effort should really not be necessary; indexing and slicing should "just work" whether a concrete sequence or a iterator is involved.
但是,费这么大力气实际上应该是不必要的;无论涉及的是序列还是迭代器,编制索引和切片都应该是“可行的”。
3·Since it is implemented as an anonymous function within another function, one could do some preliminary checks and calculations before creating the iterator.
由于它是在另外一个函数当中实现了一个匿名函数,人们就能够做一些前置检查和在迭代器创建之后进行计算。
4·Since the first spatial iterator named outer encompasses both panes AL0 and AL1, the first digit following the pane name is a grouping digit for a branch in the tree.
由于命名靠外的第一个空间迭代器同时包含窗格al0和AL1,所以窗格名称后面的第一个数字是树中一个分支的组数字。
5·These work the same as the other iterator classes in PHP, but they are specially designed for certain instances.
它们与php中的其他迭代器类使用相同的工作方式,但是它们分别针对不同的情况。
网络释义

迭代器

迭代器迭代器(iterator)提供了一种一般化的方法,对顺序或关联容器类型中的每个元素进行连续访问。每种容器类型都提供一个…

迭代器模式

迭代器模式(ITerator)的解决方案 迭代器模式的意图:通过顺序遍历或逆序遍历等方式访问集合对象(List)中的各元素子对象(obje…

迭代子模式

J2EE常用的设计模式 - 51CTO.COM ... Visitor( 访问者模式) Iterator迭代子模式) Mediator( 调停者模式) ...

用于遍历集合

2008年10月3日 随笔档案 - java技术 - BlogJava ... 隐藏值 iterator> 用于遍历集合 只读的标签 ...

迭代程序

信息词汇英语翻译(E-L) ... iterative process 迭代过程 iterator 迭代程序 itf 交互式终端设备 ...

迭代器角色

1) 迭代器角色Iterator):迭代器角色负责定义访问和遍历元素的接口。2) 具体迭代器角色(Concrete Iterator):具体迭代 …
更新时间:2025-05-01 19:59