它创建一个JSON对象数组,并将每个对象传递到story类的构造器中(如清单6所示)。
It creates an array of JSON objects and passes each object into the constructor of the Story class (shown in Listing 6).
superobject类中的主要功能,与处理永久性数组变量相关。
The main functions in the SuperObject class relate to handling of persisted array variables.
查询的结果在一个DocumentReference类数组中返回。
The results of the query are returned in an array of the DocumentReference class.
注意:lsxsd. lss库中包含的类允许您传递字符串数组、文件和日期。
NOTE: The lsxsd.lss is a library that contains classes that allow you to pass string arrays, files, and dates.
您可以缓存任何类型的数据,包括完整的对象图形、定制类、地图和数组。
You can cache any kind of data, including full object graphs, custom classes, maps, and arrays.
使得消息类不可变并在构造时克隆像数组这样的可变引用,就可以防止该问题。
Making the message classes immutable and cloning mutable references such as arrays at construction time would have prevented this problem.
通过简单地复制而不是克隆数组引用,消息和产生消息的类都保存了前一投标数组的主副本的一个引用。
By simply copying the array reference instead of cloning it, both the message and the class that produces it hold a reference to the master copy of the previous bids array.
对于普通对象(非数组):对象必须是目标类的实例或目标类的子类的实例。
For a normal object (non-array) : the object must be an instance of the target class or a subclass of the target class.
最后,jama也不是一个通用的数组类,相反,它主要关注于与矩阵数值计算相关的数学运算。
Finally, JAMA is not a general-purpose array class. Instead, it focuses on the principle mathematical functionality required to do numerical linear algebra.
显示简单变量,迭代整个数组或关联数组,以及显示类的成员。
Display a simple variable, iterate over an array or associative array, and display the members of a class.
这个问题的应对方法是使用一个用作数组容器但是没有扩展INOUT _ HOLDER的自定义类。
The workaround to this problem is to use a custom class that ACTS as a container for the array but does not extend INOUT_HOLDER.
让我们来研究三类主要的绑定变量:标量、数组和散列。
Let's look at the three main types of tied variables: scalars, arrays, and hashes.
要访问以类的形式存储在数组中的内容库对象,对象必须转换为它自己的类。
To access the Content store object that is stored in the array as the class expected to be returned, the object must be cast to its actual class.
它创建了表示这些范围的swt类stylerange的一个数组。
It creates an array of the SWT class StyleRange that represent these ranges.
jBPM提供了2类不同的API来设置参与者池:一类接收字符串id数组,另一类则接收id集合。
JBPM provides two different APIs for setting pooled actors - one taking a string array of ids and another taking a set of ids.
这个类创建适当的通道和CSProcess实例数组。
This class creates the appropriate channels and an array of CSProcess instances.
此外,不同于先前的示例,此场景中的类数组作为附加参数被包含到了intercept方法中。
Also, unlike the earlier examples, a class array in this scenario is included as an extra parameter to the intercept method.
另一个有用的补充是splfixedarray类,顾名思义,这是一个固定大小的数组实现。
Another useful addition is the SplFixedArray class, which, as the name implies, is a fixed-size array implementation.
在setUp方法内,用collaborator类的构造方法所需的实际值实例化对象数组。
Within the setUp method, you instantiate an object array with the actual values the Collaborator class 'constructor needs.
它可以运行在一般的硬件上,从而支持真正的语言特性,像类、虚拟方法、数组和先发线程(pre -emptive threads)等等。
Runs on commodity hardware supporting true language features such as classes, virtual methods, arrays and pre-emptive threads.
在实现已经存在的情况下,您还可以通过包装器类使用数组来将其作为可互操作的Web服务公开。
In cases where an implementation already exists, you can still use an array to expose it as an interoperable Web service by using wrapper classes.
有关示例,请参阅cryptostream类的. NETFramework文档,它说明了如何加密来自传入的FileStream对象的字节数组。
For an example, see the.net Framework documentation for the CryptoStream class, which shows you how to encrypt a byte array from an incoming FileStream object.
清单3 中的LeakyStack类展示了用数组实现的堆栈的实现。
The LeakyStack class in Listing 3 shows an implementation of a stack backed by an array.
lss文件(可以在本地的Notes程序目录中找到)中的类是很有用的,允许传递字符串数组、文件和数据。
The classes in the lsxsd.lss file (which can be found in your local Notes program directory) are very useful and can allow you to pass string arrays, files, and dates.
当然,字符串数组不是惟一可以接受或返回的数组类型,INTEGERARRAY_HOLDER、LONGARRAY_HOLDER、和lsxsd.lss 文件中定义的类似的类也可以为其他原生数据类型提供相同的功能。
Of course, string arrays are not the only kind of arrays you can accept or return. There are also INTEGERARRAY_HOLDER, LONGARRAY_HOLDER, and similar classes defined in the lsxsd.lss
TypeDescription类只是个抽象基类,其中定义了处理三种类型的方法:原生类型、数组和类实例。
The TypeDescription class is just an abstract base class with methods defined for dealing with three kinds of types: primitives, arrays, and instances of classes.
GenericTemplate实例包含类的基本类型参数信息,还有为类定义的字段的数组。
The GenericTemplate instance holds the basic type parameter information for the class, along with the array of fields defined for the class.
GenericTemplate实例包含类的基本类型参数信息,还有为类定义的字段的数组。
The GenericTemplate instance holds the basic type parameter information for the class, along with the array of fields defined for the class.
应用推荐