enumerator
n. 人口普查员,计数员
2025-10-31 12:04 浏览次数 9
n. 人口普查员,计数员
Enumerator pattern枚举器模式
pattern enumerator模型列举
weight enumerator权重计数子
Category enumerator类型枚举器
census enumerator人口普查员;普查人员;调查员
arithmometer计数器(四则计算机)
enumerator interface枚举器接口
Enumerator Names枚举命名
enumerator interfaces枚举器接口
counter反击,还击;反向移动,对着干;反驳,回答
Bus Enumerator总线枚举器
in this case you must obtain a new enumerator object because the previous one is invalidated.
这时您必须获取一个新的枚举数对象,因为以前的已无效。
the string is saved in a private variable so we have access to the string when the enumerator calls the matches() method to create the result set.
这个字符串被保存在私有变量中,这样当枚举器调用matches()方法创建结果集的时候就可以访问这个字符串。
for example, the initializer of an enumerator must be a constant expression.
例如,枚举成员的初始化式必须是常量表达式。
removing objects from the enumerator also removes them from the collection.
从枚举数中移除对象也会将这些对象从集合中移除。
when the enumerator calls the method matches() -- once for each record in the record store -- it will search the active record for a string that matches searchtext.
当枚举器调用方法matches() 时――对记录存储中的每条记录调用一次――它将在当前的活动记录中搜索匹配searchtext 的字符串。
the enumerator does not have exclusive access to the collection; therefore, enumerating through a collection is intrinsically not a thread safe procedure.
该枚举数不具有独占访问集合的权限;因此,枚举整个集合本质上不是一个线程安全的过程。
provides an enumerator to access the security policy hierarchy by levels, such as computer policy and user policy.
提供枚举器以按级别(如计算机策略和用户策略)访问安全策略层次结构。
this method instantiates an enumerator that takes a snapshot of the current state of the collection.
此方法实例化一个枚举数,该枚举数采用集合当前状态的快照。
the first and the second line resets the enumerator to the first item in the collection.
第一和第二行重置枚举的第一个项目的集合。
during the 1960 census, an enumerator introduced herself to an elderly woman in bluefield, w. va , who was leaning on a hoe.
在1960年人口普查期间,一位人口普查员对西弗吉尼亚州布卢菲尔德的一位拄着锄头的年长的妇女做了自我介绍。
like the recordcomparator, the recordfilter is implemented by the addition of a single method, matches(), to the enumerator code.
与recordcomparator 类似,recordfilter也是通过在枚举器代码中增加一个方法matches()实现的。
sequence expressions involving 「let」 and 「use」 dispose of enumerator too eagerly
序列(sequence)表达式引起了枚举器的‘let’和‘use’的销毁过程过早地发生;
one of the primary benefits of incorporating a record enumerator into your code is that it includes options for searching the record store, and for retrieving records in sorted order.
在代码中加入一个记录枚举器的一个最大好处在于枚举器中包含搜索记录存储以及以排序的顺序提取记录的选项。
the enumerator will create a result set of records from the record store, using the comparator as the sorting algorithm.
这个枚举器将使用比较器作为排序算法,从记录存储创建一个记录结果集。
gets an interface pointer to an icordebugchainenum enumerator that contains all the stack chains in this icordebugthread object.
对象地址的指针,该对象允许从活动(即最新)链开始枚举此线程中的所有堆栈链。
the enumerator will iterate over all of the records (or only a subset, if an optional record filter has been supplied) in an order determined by a record comparator.
枚举器将以记录比较器确定的顺序迭代所有记录(或者如果提供了一个可选的记录过滤器,那么只是一个子集)。
it uses the new yield keyword to create the enumerator much more easily than previous versions of the framework.
它使用新生成的关键字来创建比早期版本的框架更方便的枚举器。
the enumerator calls thematches() method for each record in the store.
枚举器对存储中的每条记录调用matches()方法。
even when a collection is synchronized, other threads can still modify the collection, which causes the enumerator to throw an exception.
即使集合已同步,其他线程仍可以修改集合,从而使枚举数引发异常。
the enumerator does not have exclusive access to the collection, so multiple enumerators can have access to the same collection at the same time.
该枚举数不具有对集合的独占访问权,因此多个枚举数可以同时具有对同一集合的访问权。