Hash-map的意思|示意

美 / / 英 / /


Hash-map的网络常见释义

哈希映射 ...映射¶ 映射(Map)分为哈希映射(hash-map)和有序映射(sorted-map)两种,哈希映射是无序的,而有序映射则按 key 从小到大来排列。

Hash-map相关短语

1、 hash map 哈希图 ; 哈希映射

Hash-map相关例句

This hash map interface is quite useful for specifying objects within a testing framework.

这个哈希映射表接口对于在测试框架中指定对象而言非常有用。

The search results are saved into a hash map for sorting, categorizing, and filtering.

搜索结果被保存到一个散列映射中以进行排序、分类和筛选。

This hash map associates the field descriptor string for a generic class without any parameter types to the GenericTemplate for that class.

这个哈希映射把没有参数类型的泛型类的字段描述符字符串与这个类的GenericTemplate关联起来。

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 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 映射或对象而不是数组时,各框架的语法都不一样。

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.

每个实例必须初始化其自身的缓存,但它只缓存那些它要使用的引用,并且可以直接访问引用而不是要到一个散列映射中去寻找。