文件名称:java

  • 所属分类:
  • JSP源码/Java
  • 资源属性:
  • [WORD]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 8kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • fli****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

1.根据一个已有的file c:\student.csv, 将所有学生数据读到一个ArrayList中.ArrayList中的元素类型是Student类型。

2.将得到的这个ArrayList按照小组号分组,构造一个HashMap。 Map的key是组号,value是一个ArrayList,这个arraylist中包含了所有在这个小组下的Student

3.  遍历这个HashMap,打印出每组下学生的学号。 注意,要求打印学号的除前3位其他的字符。比如学号为HSG1001,打印出来就是1001

提示: 1. 可以用string.split(“,”)方法来获得一个数组

2.可以用map.keySet.contains(obj) 方法来判断是否包含了某个元素-1. According to an existing file d: \ student.csv, read all the student data in an ArrayList. ArrayList type of elements in the Student type. 2. Will be in accordance with the group number of this ArrayList groups, construct a HashMap. Map key is the group number, value is an ArrayList, the arraylist contains all in this group under the Student 3. Traverse the HashMap, print out each group of students under the student number. Note that the required number printed school other than the first 3 characters. Such as the school number is HSG1001, print is the 1001 prompt: 1. String.split (" ," ) method can be used to obtain an array 2. Can map.keySet.contains (obj) method to determine whether it contains a certain element
(系统自动生成,下载前可以参看下载内容)

下载文件列表

新建文件夹\student.csv

..........\test2.rar

..........\上机2.doc

新建文件夹

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org