91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

java靜態map初始化的方法是什么

小億
169
2023-10-12 17:06:13
欄目: 編程語言

在Java中,靜態Map可以通過靜態代碼塊或靜態方法進行初始化。

  1. 使用靜態代碼塊:
public class MyClass {
private static Map<Integer, String> map;
static {
map = new HashMap<>();
map.put(1, "One");
map.put(2, "Two");
map.put(3, "Three");
}
}
  1. 使用靜態方法:
public class MyClass {
private static Map<Integer, String> map = initMap();
private static Map<Integer, String> initMap() {
Map<Integer, String> map = new HashMap<>();
map.put(1, "One");
map.put(2, "Two");
map.put(3, "Three");
return map;
}
}

0
芮城县| 和平区| 三明市| 南木林县| 浪卡子县| 石河子市| 绥阳县| 禹州市| 东宁县| 富阳市| 温泉县| 柘城县| 高安市| 临西县| 甘孜| 大悟县| 霸州市| 彭山县| 建湖县| 任丘市| 定襄县| 洛扎县| 乌鲁木齐县| 无锡市| 渝北区| 平利县| 鲜城| 五原县| 淳安县| 山东省| 当涂县| 惠安县| 十堰市| 金湖县| 班玛县| 台江县| 保靖县| 博客| 开江县| 鄄城县| 斗六市|