gpt4 book ai didi

java - Dictionary 的 java 对应集合是什么

转载 作者:塔克拉玛干 更新时间:2023-11-01 22:01:47 26 4
gpt4 key购买 nike

来自.Net界,想知道.Net Dictionary对应的合集是什么

最佳答案

可能:

Map<String, String> map

如果你想要有序的 key :

map = new TreeMap<String, String>();

如果你想要 O(1) ops 而不是 O(lg n):

map = new HashMap<String, String>();

关于java - Dictionary<string, string> 的 java 对应集合是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5269181/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com