Iterator Pattern
基本解释
- 迭代器模式
英汉例句
- Figure 3 shows a class diagram of the iterator pattern.
图 3 显示了迭代器模式的类图。 - Iterator is so common that it has ceased to be a formal pattern at all; it is just a feature of the language.
因为迭代器太常见了,所以它根本就算不上是正式的模式;它只是一种语言的特性。 - The Composite pattern can be used to implement the composite service that encompasses other subservices, whereas the Iterator pattern can be used to implement the traversal of subservices.
Composite 模式可用于实现包含其他子服务的组合服务,而 Iterator 模式可用于实现子服务的遍历。
双语例句
词组短语
- iterator design pattern iterator 模式
- Iterator & Composite Pattern 迭代器和组合模式;迭代器与组合模式
- The Iterator Pattern 迭代器模式;遍历模式