亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

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
丽水市| 鹿邑县| 连南| 峡江县| 德江县| 泌阳县| 马关县| 岚皋县| 台南市| 定西市| 卓尼县| 南丹县| 钟祥市| 西贡区| 安康市| 新沂市| 建水县| 宝坻区| 顺昌县| 竹北市| 苏州市| 瑞昌市| 武乡县| 工布江达县| 葫芦岛市| 右玉县| 常熟市| 那坡县| 广德县| 新兴县| 城步| 赤城县| 湖口县| 霍州市| 建始县| 南召县| 沂南县| 浏阳市| 赞皇县| 白水县| 清流县|