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

溫馨提示×

containsKey方法——判斷是否包含指定的鍵名

小云
98
2023-09-12 07:06:25
欄目: 編程語言

containsKey方法是Map接口中的一個方法,用于判斷是否包含指定的鍵名。

語法:

boolean containsKey(Object key)

參數:

key - 指定的鍵名

返回值:

如果Map中包含指定的鍵名,則返回true;否則返回false。

示例代碼:

Map<String, Integer> map = new HashMap<>();
map.put("apple", 10);
map.put("banana", 5);
map.put("orange", 3);
boolean containsApple = map.containsKey("apple");
System.out.println("Contains apple: " + containsApple); // 輸出:Contains apple: true
boolean containsGrape = map.containsKey("grape");
System.out.println("Contains grape: " + containsGrape); // 輸出:Contains grape: false

在上面的示例代碼中,我們創建了一個HashMap對象,并向其中添加了三個鍵值對。然后使用containsKey方法判斷Map中是否包含指定的鍵名。最后輸出結果表明Map中包含"apple"鍵名,但不包含"grape"鍵名。

0
凤山县| 天镇县| 北海市| 疏附县| 浦江县| 龙里县| 巨野县| 贡觉县| 宁夏| 木里| 延长县| 高邮市| 弋阳县| 富顺县| 荣昌县| 黄龙县| 水城县| 镇原县| 安塞县| 四会市| 北碚区| 罗田县| 英德市| 资溪县| 库伦旗| 西藏| 康乐县| 南岸区| 宁海县| 舟山市| 彰化市| 云浮市| 长海县| 夏邑县| 特克斯县| 五华县| 和平区| 建水县| 云和县| 松滋市| 南郑县|