Searched refs:hashmap (Results 1 – 19 of 19) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | nonlinear-container.md | 20 [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 D | Readme-CN.md | 17 - [@ohos.util.HashMap (非线性容器HashMap)](js-apis-hashmap.md)
|
H A D | js-apis-arkts-utils.md | 618 …./js-apis-arkts-collections.md#collectionsset)、[HashMap](./js-apis-hashmap.md#hashmap)、[HashSet](.…
|
H A D | js-apis-hashset.md | 3 HashSet基于[HashMap](js-apis-hashmap.md)实现。在HashSet中,只对value对象进行处理。
|
H A D | js-apis-treemap.md | 7 TreeMap和[HashMap](js-apis-hashmap.md)相比,HashMap依据键的hashCode存取数据,访问速度较快。而TreeMap是有序存取,效率较低。
|
H A D | js-apis-lightweightmap.md | 9 LightWeightMap和[HashMap](js-apis-hashmap.md)都是用来存储键值对的集合,LightWeightMap占用内存更小。
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | Readme-EN.md | 17 - [@ohos.util.HashMap (Nonlinear Container HashMap)](js-apis-hashmap.md)
|
H A D | js-apis-arkts-utils.md | 618 …/js-apis-arkts-collections.md#collectionsset), [HashMap](./js-apis-hashmap.md#hashmap), or [HashSe…
|
H A D | js-apis-hashset.md | 3 **HashSet** is implemented based on [HashMap](js-apis-hashmap.md). In **HashSet**, only the **value…
|
H A D | js-apis-treemap.md | 7 **[HashMap](js-apis-hashmap.md)** is faster in accessing data than **TreeMap**, because the former …
|
H A D | js-apis-lightweightmap.md | 9 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 D | BUILD.gn | 32 "hashmap",
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | nonlinear-container.md | 20 [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 D | sharedlib_config.gni | 317 "hashmap",
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/ |
H A D | cloud_ext_types.rs | 1111 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 D | jerryScript.pro | 80 $${ROOT_PATH}/third_party/jerryscript/jerry-core/ecma/base/ecma-property-hashmap.c \
|
/ohos5.0/docs/zh-cn/application-dev/ |
H A D | Samples.md | 3273 - [@ohos.util.HashMap (非线性容器HashMap)](reference/apis-arkts/js-apis-hashmap.md)
|
H A D | website.md | 2108 - [@ohos.util.HashMap (非线性容器HashMap)](reference/apis-arkts/js-apis-hashmap.md)
|
/ohos5.0/docs/en/application-dev/ |
H A D | website.md | 1994 … - [@ohos.util.HashMap (Nonlinear Container HashMap)](reference/apis-arkts/js-apis-hashmap.md)
|