package ClDesign; import java.util.ArrayList; import java.util.List; import javax.swing.JFrame; public class StudentPlayer { private String name; //选手名字 private String ID; //选手ID public List<Poker> stu1Poker; //选手1的手牌集合 public List<Poker> stu2Poker; //选手2的手牌集合 public StudentPlayer(){ } public StudentPlayer(String ID,String name){ this.ID = ID; this.name =name; this.stu1Poker = new ArrayList<Poker>(); this.stu2Poker = new ArrayList<Poker>(); } public String getName() { return name; } public void setName(String name) { this.name = name; } public String getID() { return ID; } public void setID(String iD) { ID = iD; } }
最近下载更多
微信网友_6233325343920128 LV1
2022年11月30日
huevnn LV5
2022年6月15日
Czhiyi LV6
2022年3月29日
一头土猪 LV7
2021年12月22日
Demo1111 LV30
2021年12月9日
quiyian LV4
2021年6月8日
234123141 LV7
2021年5月10日
bg12123 LV1
2021年3月25日
2458165357 LV1
2021年2月19日
qq454952101 LV4
2021年2月5日