文件名称:OneArryasTools v1.1-ok
- 所属分类:
- JSP源码/Java
- 资源属性:
- 上传时间:
- 2017-11-29
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- eto****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
* 这是一个一维数组的工具类,里面封装了6个方法,分别是
* 1.数组的遍历: print方法
* 2.获取最大值: getMax方法
* 3.获取最小值: getMin方法
* 4.反转数组:revArray方法
* 5.数组升序(从小到大排列):asc
* 6.数组降序(从大到小排列):desc
*
* 备注:显示的同时带数组返回,加个接收类型就可以了。
*
* @author wuxiaolong
* @version v1.1(* this is a tool class of a one-dimensional array, which encapsulates 6 methods, which are
* 1. array traversal: print method
* 2. get the maximum value: getMax method
* 3. get the minimum value: getMin method
* 4. reversal array: revArray method
* 5. array ascending order (from small to large): ASC
* 6. array descending order (from large to small): desc
*
* Note: when the display is returned with an array, it is possible to add a reception type.
*
* @author wuxiaolong
* @version v1.1)
* 1.数组的遍历: print方法
* 2.获取最大值: getMax方法
* 3.获取最小值: getMin方法
* 4.反转数组:revArray方法
* 5.数组升序(从小到大排列):asc
* 6.数组降序(从大到小排列):desc
*
* 备注:显示的同时带数组返回,加个接收类型就可以了。
*
* @author wuxiaolong
* @version v1.1(* this is a tool class of a one-dimensional array, which encapsulates 6 methods, which are
* 1. array traversal: print method
* 2. get the maximum value: getMax method
* 3. get the minimum value: getMin method
* 4. reversal array: revArray method
* 5. array ascending order (from small to large): ASC
* 6. array descending order (from large to small): desc
*
* Note: when the display is returned with an array, it is possible to add a reception type.
*
* @author wuxiaolong
* @version v1.1)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
OneArryasTools v1.1-ok.java | 3833 | 2017-11-18 |