For example, @SuppressWarnings(value={"unchecked", "fallthrough"}) takes a two-value array.
例如, @SuppressWarnings(value={"unchecked", "fallthrough"}) 使用两个值的数组。
The code in the method then USES the items array to look up the value and returns it as if there had been a member variable there for that keyword, in particular.
然后,方法中的代码将使用项阵列来查找值并返回该值,就像有一个专门用于该关键字的成员变量在那儿一样。
While the semantics of the input arguments remain the same as in the Data Distribution Policy, the return value now contains an array of slice identifiers instead of a single one.
虽然输入参数的语义与数据分布策略内的相同,返回值现在包含一个片标识的数组,而非单一一个片标识。
A null return value implies all active slices, while an empty array will raise an exception.
空返回值意味着所有片都是活动的,而空数组则会引发一个异常。
The simplest approach is always to treat the return value as an array and loop over it.
最简单的办法是将返回值永远看作一个数组并循环遍历该数组。
If this is true, then it saves the string value for the contents of the element in the items array.
如果是这样,它就将字符串值保存为条目数组中元素的内容。
To get a value out of the array, specify the array reference (see Listing 15).
若要获取数组中的值,您可以指定数组引用(请参见清单15)。
Commas separate the values within each annotation, as well as the value within a single array.
逗号分隔每个注释内的值,以及单个数组内的值。
The element type of the array and the type of the value must be of the same type.
数组的元素类型和值的类型必须相同。
For example, the value in slot 0 of the first array has a corresponding associated value in slot 0 of the second array.
例如,第一个数组的位置0的值与第二个数组的位置0的值相关联。
When you cast the integer into a single byte, only the least significant byte (0x00 to 0x7f) will be copied as a hex value to the single-byte array.
将这个整数造型为一个单字节时,只有最低有效位字节(0x00到 0x7f)会作为十六进制值拷贝到单字节数组。
This is the outline of a JSON object with a single property named items, whose value is an array of objects.
上述是一个JSON对象的概览,该对象具有一个单一属性,名为items,其值为一个对象数组。
JSONArray represents an indexed array, so its put method takes only a value.
JSONArray代表索引数组,所以它的put方法只接受一个值。
The accumulate method is like put except that it appends its value to an indexed array identified by the key.
accumulate方法与put类似,区别在于它把值添加到按照键进行识别的索引数组。
Lines 41-49 find the highest value in the passed-in array.
第41 - 49行确定数组中的最大值。
This attribute's value is an array of GridCell objects.
这个属性的值是一个GridCell对象数组。
This x,y value is stored in the textLocs array and is extracted for the respective text annotation line as defined in the data file.
这对x,y值被保存到textLocs数组中并且为数据文件中定义的相应的文本注释行提取它。
In this case, there's a single variable, named people, and the value is the array containing three items, each of which is a person record with a first name, a last name, and an e-mail address.
在这个示例中,只有一个名为 people的变量,值是包含三个条目的数组,每个条目是一个人的记录,其中包含名、姓和电子邮件地址。
Third, I bitwise XOR the array access with the previous value of state to ensure that every access is carried out.
第三,对数组访问和以前的state值执行位XOR计算,以确保执行每个访问。
But as we hope we've shown in the table, that really represents an array with a single element whose value is null, not a null array.
但是,正如我们希望的,在表中已经显示,它真正表示的是含有单一元素的数组,元素的值为“零”(null),而不是一个“零”(null)数组。
Where, template is the HTML template that needs to be parsed and placeholders removed with the value in the values array.
这里,模板是需要被解析并用值数组中的值替换占位符的html模板。
When the value of an array variable is NULL, there is no memory allocated for it.
在阵列变量值为 NULL 时,不为它分配内存。
You can do it by accessing internal AppConfig: : State data or the array reference returned to you as the value of the array variable, but it is not recommended that you do so.
可以通过访问内部的AppConfig:State数据或作为数组变量值返回给您的数组引用来实现这一步,但我们建议您不要这样做。
The type is set to append, and the value is what will be appended to the array.
类型设置为append,值为将附加到数组的内容。
For each element of the array, the demo_xml.tpl template generates an XML element containing the value retrieved from the array.
demo_xml . tpl会为数组中的每一个元素生成包含从数组查询到的值的xml元素。
The value supplied here is fairly complex, but the use of TODOItems actually matches the single-value annotation style — except that the single value is an array.
这里提供的值比较复杂,但TODOItems的使用实际与单一值注释类型相符,只是这里的单一值是数组而已。
The first value — the customer's last order — is accessed in the array as response [0] and is set as the value of the field with an ID of "order."
数组中的第一个值——上一个订单——用response[0]访问,被设置为ID为“order”的字段的值。
The second value in the array, at response[1], is the customer's address and it takes a little more processing.
第二个值response[1],即客户地址,则需要更多一点处理。
Listing 5 sets the target spreadsheet and worksheet and then creates an array of row data containing column-value mappings.
清单5设置了目标电子表格和工作表,然后创建了一个行数据数组,包含列-值映射。
It first defines a new element, , and links it to an options array containing key-value pairs.
它首先定义了一个新元素 ,然后将它链接到一个包含名称-值对的选项数组。
应用推荐