These array objects can have different dimension lengths.
这些阵列物件可以有不同的维度长度。
Basically, whenever the last argument of a method is an array of objects, or a parameter declaration with a triple dot, you can pass multiple parameters to this method.
基本上,只要当一个方法的最后一个参数是一个对象数组,或者是一个有三个点的参数,你就可以向这个方法传入多重参数。
Since it returns an array of config objects, you should always check the length of the returned array.
由于它返回一个配置对象数组,因此您总是要检查返回的数组的长度。
The iterator pattern provides a way to encapsulate looping through a collection or array of objects.
迭代器模式将提供一种通过对象集合或对象数组封装迭代的方法。
The first array, the topic array, is an array of String objects.
第一个数组,主题数组,是一个字符串对象数组。
This article described a technique to separate an array of objects into several smaller output arrays based on each object's content.
本文介绍了一项技术,它可以基于每个对象的内容将对象数组划分成几个更小的输出数组。
This feed is represented as an array of PHP objects, and it is now a simple matter to iterate over the array, process each entry and display the results with appropriate HTML markup.
该提要以PHP对象数组的形式表示,您现在可以轻松迭代这个数组,处理每个条目并使用适当的HTML 标记来显示结果。
The array of objects are the parameter values used for the constructor call.
该组对象是用于构造函数调用的参数值。
It also supports objects, like Array.
它也支持对象,比如array。
The custom tag also has an optional params attribute, which can be a single object or an array of objects.
这个定制标记还有一个可选的 params属性,它可以是一个单一的对象或一个对象数组。
This method returns an array of FlightsBean objects.
这个方法返回一个FlightsBean对象数组。
This is the outline of a JSON object with a single property named items, whose value is an array of objects.
上述是一个JSON对象的概览,该对象具有一个单一属性,名为items,其值为一个对象数组。
It has an array (sequence) of FlickrImage objects called images.
它有一个称为images的FlickrImage对象数组(序列)。
This attribute's value is an array of GridCell objects.
这个属性的值是一个GridCell对象数组。
Additionally, trace calls such as RASITraceLogger.entry require an array of objects when more than two data items are specified.
另外,当指定2个以上的数据项时,跟踪调用(比如RASITraceLogger . entry)就需要对象数组。
To set the extrusion path, you need to define an Edge object or an array of Edge objects.
要设置挤压路径,需要定义一个Edge对象或一个Edge对象数组。
A data provider is a model for the data viewed within components, such as List and DataGrid, which in theory is simply an array of objects.
数据提供程序是在组件(如List和DataGrid)中查看的数据的模型,理论上只是一个对象数组。
The second argument, which is left null here, is a similar array of TrustManager objects, which we'll play with later.
第二个参数(这里保留为null)类似于TrustManager对象数组,稍后我们将使用它们。
You traverse object graph and create the array of Stock objects.
您遍历对象图并创建Stock对象数组。
Following that, I iterate through the array of objects that correspond to the values for each of those fields and then call Field.set to poke that value into my template object.
随后,遍历对应于每个字段值的对象数组,然后调用Field . set将该值放入我的模板对象中。
IExtensionPoint returns an array of IConfigurationElement objects, which represent the extension tags in plugin.xml.
IExtensionPoint返回一个IConfigurationElement对象数组,用它表示plugin . xml中的扩展标签。
sortBy is an array of sort objects that determines how the returned array is sorted.
sortBy是一个sort对象数组,用于确定如何对返回的数组排序。
To send your array of string objects, you call the JSON.stringify function, passing in the array as the argument.
要发送字符串对象数组,您调用JSON . stringify函数,将数组作为参数传递进来。
Similar to resolve, this method also returns an array of config objects, since multiple config objects can match the pattern.
与resolve类似,这个方法也会返回一个配置对象数组,因为许多配置对象都可以匹配这种模式。
The add_edges method creates an array of edge objects from a sequence of points.
add_edges方法根据一系列的点创建一个edge对象数组。
options is an array of option objects.
options是一个option对象数组。
Because the Twitter data is an array of objects, it makes sense to parse the entire string into an array and then access the object individually by ordinal position.
因为Twitter数据是一个对象数组,整体解析成一个数组然后按顺序逐个访问对象是明智的选择。
Generally speaking, for a null array of objects such as SimpleTask, the returned SOAP message will look like Listing 14.
一般来说,对于零对象数组(如SimpleTask),返回的SOAP消息如清单14所示。
To cache the items array, the objects stored in the array need to conform to NSCoding.
要缓存条目数组,存储在数组中的对象要遵守NSCoding。
The first type is an array of StatsContainer objects and the other is an array of string objects.
第一个类型是StatsContainer对象数组,而另一个类型则是string对象数组。
应用推荐