文件名称:Test
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2015-09-11
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- da***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
现有一个字符串数组str_arr,其中共有20 个元素,欲调用java.util.Arrays.sort()
方法对其进行排序。请编写java.util.Comparator 的实现类,将两个字符串的比较
规则改为:先将字符串中的数字’0’~’9’分别替换成字母’a’~’j’,并忽略字母的大
小写。测试该实现类的正确性。-The existing string array str_arr, which is a total of 20 elements, to call java.util.Arrays.sort () method to sort. Please write the realization of the java.util.Comparator class, the two strings of the comparison rules: first the number 0 ~ 9 to a J , and ignore the size of the letter. Test the correctness of the implementation class.
方法对其进行排序。请编写java.util.Comparator 的实现类,将两个字符串的比较
规则改为:先将字符串中的数字’0’~’9’分别替换成字母’a’~’j’,并忽略字母的大
小写。测试该实现类的正确性。-The existing string array str_arr, which is a total of 20 elements, to call java.util.Arrays.sort () method to sort. Please write the realization of the java.util.Comparator class, the two strings of the comparison rules: first the number 0 ~ 9 to a J , and ignore the size of the letter. Test the correctness of the implementation class.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Test2.class