Url takes the value of a hash map.
url从一个哈希映射表中获取值。
For simplicity, the stock information is stored in a hash map.
为了简单起见,该股票信息存储在散列图中。
These pairs are stored in the internal hash map, which is keyed by the URI.
这些元组存储在内部哈希表中,该哈希表是由 URI 作为键码。
In practice, the hash map has only an element for the controller action: : time.
在实际中,该哈希映射表只有一个针对控制器动作的元素:time。
In the example here, you don't need a response, so an empty Hash map is used.
在本例中,您不需要响应,因此使用了空的Hash map。
When you use a hash map as a function call's last parameter, the braces are optional.
当将散列映射用作函数调用的最后一个参数时,括号是可选的。
The search results are saved into a hash map for sorting, categorizing, and filtering.
搜索结果被保存到一个散列映射中以进行排序、分类和筛选。
This hash map interface is quite useful for specifying objects within a testing framework.
这个哈希映射表接口对于在测试框架中指定对象而言非常有用。
Listing 6 changes the code to pass a hash map representing the attributes for a trail.
清单6修改了代码,以传递代表路线属性的哈希映射表。
You can solve this problem by using String.intern or maintaining a user hash set or hash map.
您可以通过使用String .intern或维护一个用户散列集合或散列映射来解决这个问题。
For instance, the consumer might send a hash map containing multiple values to the service.
比如,消费者可能向服务发送包含多个值的散列表。
A hash map can contain other hash maps, so the process of decoding SOAP message contents is not easy.
散列表还可能包含其他散列表,因此解码SOAP消息内容不是一件容易的事。
To do this, create a hash map as in Listing 3 that contains the row data you want to store in the table.
为此,创建一个如清单3中所示的散列映射,其中包含您想要存储在表中的行数据。
Instead, you could create a hash map of zip code and weather information, and save that information into the portlet service.
您可以转而创建一个邮政编码和天气信息的散列图,并将此信息保存到Portlet服务中。
This hash map associates the field descriptor string for a generic class without any parameter types to the GenericTemplate for that class.
这个哈希映射把没有参数类型的泛型类的字段描述符字符串与这个类的GenericTemplate关联起来。
The second block of code creates a hash map and populates it with name-value pairs that provide the information required to make a blog post.
第二段代码创建一个hash映射并使用名称-值对填充它,这些名称-值对提供了创作博客文章所需的信息。
Your table model might hold its data in an array, list, or hash map, or it might instead get its contents from an outside source, such as a database.
您的表格模型可以用 array、list、或hash map 来存储数据,或者可以从外部数据源(比如数据库)获取内容。
The first is the original document, and the second is a hash map that is merged in with the original document before the updated document is stored in CouchDB.
第二个是一个哈希映射,在更新文档存储在CouchDB 中之前,会把该哈希映射和原始文档一起 merge 进来。
I used a hash map as a class attribute, but had to construct a key that included the country, the region, and the page start, as shown in the LoadCities method.
我使用一个散列映射作为类属性,但是必须构造一个包含国家、地区和页面起点的键,见LoadCities方法。
Each instance has to initialize its own cache, but it only caches the references it USES, and is able to access the reference directly rather than having to look it up in a hash map.
每个实例必须初始化其自身的缓存,但它只缓存那些它要使用的引用,并且可以直接访问引用而不是要到一个散列映射中去寻找。
The syntax is different across frameworks, however, when it is applied to a hash map or object rather than an array. In MooTools, for example, you might use the following code from Listing 4.
然而,当用于hash映射或对象而不是数组时,各框架的语法都不一样。
In Listing 1, I create an expected hash with the original and transformed cases, then wrap the StringCategory around the iteration over the map, expecting each of the keys to become camelized.
在清单1 中,我使用原始的和转换后的案例创建了一个expected散列值,然后根据映射的迭代包装StringCategory,希望将每个关键词驼峰化(camelized)。
In Listing 1, I create an expected hash with the original and transformed cases, then wrap the StringCategory around the iteration over the map, expecting each of the keys to become camelized.
在清单1 中,我使用原始的和转换后的案例创建了一个expected散列值,然后根据映射的迭代包装StringCategory,希望将每个关键词驼峰化(camelized)。
应用推荐