HarmonyOS非线性容器特性及使用场景非线性容器实现能快速查找的数据结构,其底层通过hash或者红黑树实现,包括HashMap、HashSet、TreeMap、TreeSet、LightWeightMap、LightWeightSet、PlainArray七种。非线性容器中的key及value的类型均满足ECMA标准。HashMap[HashMap](https:developer.harmonyos.comcndocsdocumentationdocreferencesV3jsapishashmap0000001478181697V3)可用来存储具有关联关系的keyvalue键值对集合,存储元素...