从 Java 中的 HashMap 中删除所有值
要从HashMap中删除所有值,请使用clear()方法。
首先,让我们创建一个HashMap。
HashMap hm = new HashMap();
向HashMap添加一些元素
hm.put("Wallet", new Integer(700));
hm.put("Belt", new Integer(600));
hm.put("Backpack", new Integer(1200));现在,删除所有元素
hm.clear();
以下是从HashMap中删除所有值的示例。
示例
import java.util.*;
public class Demo {
public static void main(String args[]) {
//创建哈希映射
HashMap hm = new HashMap();
hm.put("Wallet", new Integer(700));
hm.put("Belt", new Integer(600));
hm.put("Backpack", new Integer(1200));
System.out.println("Map = "+hm);
hm.clear();
System.out.println("Map after removing all the elements (blank)= "+hm);
}
}以下是输出
Map = {Backpack=1200, Belt=600, Wallet=700}
Map after removing all the elements (blank)= {}热门推荐
10 新年门口花束祝福语简短
11 盘锦结婚祝福语大全简短
12 父母生日祝福语 简短独特
13 家庭恩爱祝福语简短英文
14 高考俄语祝福语大全简短
15 虎年祝福语 诗句唯美简短
16 生日婚礼祝福语简短精辟
17 虎年喝酒拜年祝福语简短
18 教师闺蜜祝福语简短