博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
排名Top 16的Java实用类库
阅读量:6080 次
发布时间:2019-06-20

本文共 1112 字,大约阅读时间需要 3 分钟。

在Java中,有很多比较实用的类库,他们通常都定义了一系列具有常见功能的方法。本文总结了最常用的Java中的实用类以及他们的最常用的方法。无论是类和类中方法都是按照流行程度来排序的。

本文中列出来的类及方法都是经过大量实践的常用类库及方法,我们可以直接拿过来用。当然,这些方法实现的功能我们自己都能实现,但是既然已经有很成熟的方法可以供我们使用了,那么就无需自己定义了。很多类和方法通过他们的名字其实可以理解出具体是做什么的。每个方法都有一个链接,可以查看他们在开源代码中具体是如何使用的。

以下列表是通过分析50K的开源项目得出来的。

1. [org.apache.commons.io.IOUtils][1]

2. [org.apache.commons.io.FileUtils][2]

3. [org.apache.commons.lang.StringUtils][3]

4. [org.apache.http.util.EntityUtils][4]

5. [org.apache.commons.lang3.StringUtils][5]

6. [org.apache.commons.io.FilenameUtils][6]

7. [org.springframework.util.StringUtils][7]

8. [org.apache.commons.lang.ArrayUtils][8]

9. [org.apache.commons.lang.StringEscapeUtils][9]

10. [org.apache.http.client.utils.URLEncodedUtils][10]

11. [org.apache.commons.codec.digest.DigestUtils][11]

12. [org.apache.commons.collections.CollectionUtils][12]

13. [org.apache.commons.lang3.ArrayUtils][13]

14. [org.apache.commons.beanutils.PropertyUtils][14]

15. [org.apache.commons.lang3.StringEscapeUtils][15]

16. [org.apache.commons.beanutils.BeanUtils][16]

[1]: [2]: [3]: [4]: [5]: [6]: [7]: [8]: [9]: [10]: [11]: [12]: [13]: [14]: [15]: [16]:

转载地址:http://ihhgx.baihongyu.com/

你可能感兴趣的文章
HDU 4419 Colourful Rectangle 第37届ACM/ICPC 杭州赛区网络赛 1010题 (线段树)
查看>>
win32 窗体开发主要流程
查看>>
超炫的iphone应用UI/UX设计赏析
查看>>
WinForm中的简单打印
查看>>
Oracle Financials AR产品功能介绍之应收账款
查看>>
第42周星期三
查看>>
第42周星期日
查看>>
ORECLE EBS 如何调试
查看>>
SUSE Linux的防火墙SuSEfirewall2 相关命令和配置
查看>>
IBM RSA (IBM rational software architect ) V8 学习之六 C++类模板设计
查看>>
玩玩小爬虫——试搭小架构
查看>>
Basic4android (Basic for Android) - Rapid Application Development
查看>>
Asp.net web Api源码分析-ParameterBindingAttribute
查看>>
Numpy, Scipy, and Pandas – Oh My! (Ubuntu 11.10) » Adam Klein's Blog
查看>>
操作系统设计与实现:深入解析 1
查看>>
重装系统后恢复之前MySQL数据库-解决 1146-table doesn't exist!
查看>>
asp.net搜索引擎(网络爬虫)设计及研发
查看>>
如何找出错误ora-07445发生时系统执行的语句
查看>>
设置 OpenShift 的时区
查看>>
浮点数与定点数【2】
查看>>