Home
last modified time | relevance | path

Searched refs:hashmap (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Dnonlinear-container.md20 [HashMap](../reference/apis-arkts/js-apis-hashmap.md)可用来存储具有关联关系的key-value键值对集合,存储元素中key是唯一的,每个key会…
50 …alue的类型满足ECMA标准中要求的类型。HashSet基于[HashMap](../reference/apis-arkts/js-apis-hashmap.md)实现,只对value对象进行…
75 TreeMap和[HashMap](../reference/apis-arkts/js-apis-hashmap.md)相比,HashMap依据键的hashCode存取数据,访问速度较快。而Tre…
130 LightWeightMap和[HashMap](../reference/apis-arkts/js-apis-hashmap.md)都是用来存储键值对的集合,LightWeightMap占用内存…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A DReadme-CN.md17 - [@ohos.util.HashMap (非线性容器HashMap)](js-apis-hashmap.md)
H A Djs-apis-arkts-utils.md618 …./js-apis-arkts-collections.md#collectionsset)、[HashMap](./js-apis-hashmap.md#hashmap)、[HashSet](.…
H A Djs-apis-hashset.md3 HashSet基于[HashMap](js-apis-hashmap.md)实现。在HashSet中,只对value对象进行处理。
H A Djs-apis-treemap.md7 TreeMap和[HashMap](js-apis-hashmap.md)相比,HashMap依据键的hashCode存取数据,访问速度较快。而TreeMap是有序存取,效率较低。
H A Djs-apis-lightweightmap.md9 LightWeightMap和[HashMap](js-apis-hashmap.md)都是用来存储键值对的集合,LightWeightMap占用内存更小。
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A DReadme-EN.md17 - [@ohos.util.HashMap (Nonlinear Container HashMap)](js-apis-hashmap.md)
H A Djs-apis-arkts-utils.md618 …/js-apis-arkts-collections.md#collectionsset), [HashMap](./js-apis-hashmap.md#hashmap), or [HashSe…
H A Djs-apis-hashset.md3 **HashSet** is implemented based on [HashMap](js-apis-hashmap.md). In **HashSet**, only the **value…
H A Djs-apis-treemap.md7 **[HashMap](js-apis-hashmap.md)** is faster in accessing data than **TreeMap**, because the former …
H A Djs-apis-lightweightmap.md9 Compared with **[HashMap](js-apis-hashmap.md)**, which can also store KV pairs, **LightWeightMap** …
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/
H A DBUILD.gn32 "hashmap",
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dnonlinear-container.md20 [HashMap](../reference/apis-arkts/js-apis-hashmap.md) is used to store a set of associated key-valu…
50 …ashSet is implemented based on [HashMap](../reference/apis-arkts/js-apis-hashmap.md) and processes…
75 [HashMap](../reference/apis-arkts/js-apis-hashmap.md) is faster in accessing data than **TreeMap**,…
130 Compared with [HashMap](../reference/apis-arkts/js-apis-hashmap.md), which can also store KV pairs,…
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/sdk/
H A Dsharedlib_config.gni317 "hashmap",
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs1111 let hashmap = HashMapCffi::String(res.clone()); in OhCloudExtRelationSetGetRelations() localVariable
1112 *relations = OhCloudExtHashMap::new(hashmap, SafetyCheckId::HashMap).into_ptr(); in OhCloudExtRelationSetGetRelations()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jerryScript/
H A DjerryScript.pro80 $${ROOT_PATH}/third_party/jerryscript/jerry-core/ecma/base/ecma-property-hashmap.c \
/ohos5.0/docs/zh-cn/application-dev/
H A DSamples.md3273 - [@ohos.util.HashMap (非线性容器HashMap)](reference/apis-arkts/js-apis-hashmap.md)
H A Dwebsite.md2108 - [@ohos.util.HashMap (非线性容器HashMap)](reference/apis-arkts/js-apis-hashmap.md)
/ohos5.0/docs/en/application-dev/
H A Dwebsite.md1994 … - [@ohos.util.HashMap (Nonlinear Container HashMap)](reference/apis-arkts/js-apis-hashmap.md)