要清空一个Java的Map,可以使用以下两种方法:
示例代码:
Map<String, Integer> map = new HashMap<>();
map.put("key1", 1);
map.put("key2", 2);
map.clear(); // 清空Map
System.out.println(map); // 输出: {}
示例代码:
Map<String, Integer> map = new HashMap<>();
map.put("key1", 1);
map.put("key2", 2);
map = new HashMap<>(); // 清空Map
System.out.println(map); // 输出: {}
以上两种方法都可以清空一个Map,选择使用哪种方法取决于具体的需求和代码的结构。