概述
展开全部
我们可以编辑如下32313133353236313431303231363533e78988e69d8331333365646261代码:
import java.util.HashMap;
import java.util.Map;
import java.util.Scanner;
import java.util.Set;
public class MapTest
//创建一个Map
public Map student;
public MapTest()
this.student = new HashMap();
public void testPut()
Scanner sc = new Scanner(System.in);
int i = 0; while(i<3)
System.out.println
String stuID = sc.next() Student stu = student.get(stuID);
if(stu == null)
public void testPut()
Scanner sc = new Scanner(System.in);
int i = 0; while(i<3)
System.out.println
String stuID = sc.next() Student stu = student.get(stuID);
if(stu == null)
public Map student;
public MapTest()
this.student = new HashMap();
最后
以上就是彪壮枕头为你收集整理的map集合的putall_Map接口的putAll()方法如何使用?的全部内容,希望文章能够帮你解决map集合的putall_Map接口的putAll()方法如何使用?所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复