Top 16 Java 应用类 - 这些功能再也不用自己写了
Java中有很多应用类。这些类定义静态方法能够解决非常多常见的问题。以下是通过5万个开源项目统计得到的最热门的16个应用类。 类按热门程序排列。类的方法也是按热门程序排序。
浏览这个类能够看看有哪些功能不用再自己写了。 很实用。 点击链接能够看到详细使用的演示样例。 原文转自: http://www.programcreek.com/2015/12/top-10-java-utility-classes/
1. org.apache.commons.io.IOUtils
class=org.apache.commons.io.IOUtils&method=closeQuietly" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">closeQuietly ( )
- toString ( )
class=org.apache.commons.io.IOUtils&method=copy" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">copy ( )
- toByteArray ( )
- write ( )
- toInputStream ( )
- readLines ( )
- copyLarge ( )
- lineIterator ( )
- readFully ( )
2. org.apache.commons.io.FileUtils
- deleteDirectory ( )
- readFileToString ( )
- deleteQuietly ( )
class=org.apache.commons.io.FileUtils&method=copyFile" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">copyFile ( )
- writeStringToFile ( )
class=org.apache.commons.io.FileUtils&method=forceMkdir" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">forceMkdir ( )
- write ( )
- listFiles ( )
- copyDirectory ( )
- forceDelete ( )
3. org.apache.commons.lang.StringUtils
- isBlank ( )
class=org.apache.commons.lang.StringUtils&method=isNotBlank" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">isNotBlank ( )
class=org.apache.commons.lang.StringUtils&method=isEmpty" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">isEmpty ( )
- isNotEmpty ( )
- equals ( )
- join ( )
- split ( )
- EMPTY
- trimToNull ( )
- replace ( )
class=org.apache.http.util.EntityUtils&method=toString" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">toString ( )
- consume ( )
- toByteArray ( )
- consumeQuietly ( )
- getContentCharSet (
)
5. org.apache.commons.lang3.StringUtils
- isBlank ( )
- isNotBlank ( )
- isEmpty ( )
- isNotEmpty ( )
class=org.apache.commons.lang3.StringUtils&method=join" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">join ( )
- equals ( )
- split ( )
- EMPTY
- replace ( )
class=org.apache.commons.lang3.StringUtils&method=capitalize" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">capitalize ( )
6. org.apache.commons.io.FilenameUtils
class=org.apache.commons.io.FilenameUtils&method=getExtension" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">getExtension ( )
- getBaseName ( )
- getName ( )
- concat ( )
- removeExtension ( )
class=org.apache.commons.io.FilenameUtils&method=normalize" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">normalize ( )
class=org.apache.commons.io.FilenameUtils&method=wildcardMatch" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">wildcardMatch ( )
class=org.apache.commons.io.FilenameUtils&method=separatorsToUnix" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">separatorsToUnix (
)- getFullPath ( )
- isExtension ( )
7. org.springframework.util.StringUtils
- hasText ( )
- hasLength ( )
class=org.springframework.util.StringUtils&method=isEmpty" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">isEmpty ( )
- commaDelimitedListToStringArray
( ) - collectionToDelimitedString
( ) - replace ( )
- delimitedListToStringArray
( ) class=org.springframework.util.StringUtils&method=uncapitalize" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">uncapitalize ( )
class=org.springframework.util.StringUtils&method=collectionToCommaDelimitedString" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">collectionToCommaDelimitedString
( )class=org.springframework.util.StringUtils&method=tokenizeToStringArray" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">tokenizeToStringArray
( )
8. org.apache.commons.lang.ArrayUtils
class=org.apache.commons.lang.ArrayUtils&method=contains" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">contains ( )
- addAll ( )
- clone ( )
class=org.apache.commons.lang.ArrayUtils&method=isEmpty" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">isEmpty ( )
- add ( )
- EMPTY_BYTE_ARRAY
- subarray ( )
- indexOf ( )
- isEquals ( )
class=org.apache.commons.lang.ArrayUtils&method=toObject" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">toObject ( )
class=org.apache.commons.lang.StringEscapeUtils&method=escapeHtml" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">escapeHtml ( )
class=org.apache.commons.lang.StringEscapeUtils&method=unescapeHtml" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">unescapeHtml ( )
- escapeXml ( )
- escapeSql ( )
- unescapeJava ( )
- escapeJava ( )
- escapeJavaScript
( ) - unescapeXml ( )
- unescapeJavaScript
( )
10. org.apache.http.client.utils.URLEncodedUtils
class=org.apache.http.client.utils.URLEncodedUtils&method=format" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">format ( )
- parse ( )
11. org.apache.commons.codec.digest.DigestUtils
class=org.apache.commons.codec.digest.DigestUtils&method=md5Hex" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">md5Hex ( )
- shaHex ( )
- sha256Hex ( )
class=org.apache.commons.codec.digest.DigestUtils&method=sha1Hex" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">sha1Hex ( )
- sha ( )
- md5 ( )
- sha512Hex ( )
class=org.apache.commons.codec.digest.DigestUtils&method=sha1" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">sha1 ( )
12. org.apache.commons.collections.CollectionUtils
- isEmpty ( )
class=org.apache.commons.collections.CollectionUtils&method=isNotEmpty" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">isNotEmpty (
)- select ( )
- transform ( )
- filter ( )
- find ( )
- collect ( )
- forAllDo ( )
class=org.apache.commons.collections.CollectionUtils&method=addAll" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">addAll ( )
- isEqualCollection
( )
13. org.apache.commons.lang3.ArrayUtils
class=org.apache.commons.lang3.ArrayUtils&method=contains" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">contains ( )
- isEmpty ( )
- isNotEmpty ( )
- add ( )
- clone ( )
- addAll ( )
- subarray ( )
- indexOf ( )
- EMPTY_OBJECT_ARRAY
class=org.apache.commons.lang3.ArrayUtils&method=EMPTY_STRING_ARRAY" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">EMPTY_STRING_ARRAY
14. org.apache.commons.beanutils.PropertyUtils
- getProperty ( )
- setProperty ( )
class=org.apache.commons.beanutils.PropertyUtils&method=getPropertyDescriptors" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">getPropertyDescriptors
( )class=org.apache.commons.beanutils.PropertyUtils&method=isReadable" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">isReadable ( )
- copyProperties
( ) - getPropertyDescriptor
( ) - getSimpleProperty
( ) - isWriteable ( )
- setSimpleProperty
( ) class=org.apache.commons.beanutils.PropertyUtils&method=getPropertyType" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">getPropertyType
( )
- unescapeHtml4
( ) - escapeHtml4 ( )
- escapeXml ( )
class=org.apache.commons.lang3.StringEscapeUtils&method=unescapeXml" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">unescapeXml ( )
- escapeJava ( )
- escapeEcmaScript
( ) - unescapeJava (
) - escapeJson ( )
class=org.apache.commons.lang3.StringEscapeUtils&method=escapeXml10" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">escapeXml10 ( )
- copyProperties (
) - getProperty ( )
- setProperty ( )
- describe ( )
- populate ( )
class=org.apache.commons.beanutils.BeanUtils&method=copyProperty" style="margin:0px; padding:0px; text-decoration:none; color:rgb(3,57,143)">copyProperty ( )
- cloneBean ( )
* The utility classes from android are excluded since they are designed for Android apps. If you want to see more details, you can search "utils" in the search portal:http://www.programcreek.com/java-api-examples/index.php.
If the name of a utility class does not contain "utils", the class is not selected.
Also org.apache.commons.lang is the old version of import org.apache.commons.lang3.
Top 16 Java 应用类 - 这些功能再也不用自己写了的更多相关文章
- Java中 util 包 Calendar类制作万年历(不用自己写方法,直接用Java写好的包中的类的方法)
代码前需要了解的关于Calendar类的内容: 1.在util包中,首先要知道Calendar 提供了一个类方法 getInstance,以获得此类型的一个通用的对象.Calendar 的 ...
- 【C#公共帮助类】JsonHelper 操作帮助类, 以后再也不用满地找Json了,拿来直接用
四个主要操作类:JsonConverter .JsonHelper .JsonSplit .AjaxResult 一.JsonConverter: 自定义查询对象转换动态类.object动态类转换j ...
- 有了Swagger2,再也不用为写Api文档头疼了
1.为什么要写Api文档 现在,前后端分离的开发模式已经非常流行,后端开发工程师只负责完成后端接口,前端页面的开发和渲染完全由前端工程师完成. 问题来了,前端工程师怎么知道后端接口的具体定义呢?答案是 ...
- [iconfont_dart]帮你快速生成Icon,再也不用手动写Icon方法
iconfont_dart iconfont to dart.Icon can be implemented by calling iconfont classname. iconfont转dart. ...
- Java File 类的使用方法详解
Java File类的功能非常强大,利用Java基本上可以对文件进行所有的操作.本文将对Java File文件操作类进行详细地分析,并将File类中的常用方法进行简单介绍,有需要的Java开发者可以看 ...
- Java File 类的使用方法详解(转)
转自:http://www.codeceo.com/article/java-file-class.html Java File类的功能非常强大,利用Java基本上可以对文件进行所有的操作.本文将对J ...
- Java:利用java Timer类实现定时执行任务的功能
一.概述 在java中实现定时执行任务的功能,主要用到两个类,Timer和TimerTask类.其中Timer是用来在一个后台线程按指定的计划来执行指定的任务.TimerTask一个抽象类,它的子类代 ...
- Java定时任务:利用java Timer类实现定时执行任务的功能
一.概述 在java中实现定时执行任务的功能,主要用到两个类,Timer和TimerTask类.其中Timer是用来在一个后台线程按指定的计划来执行指定的任务. TimerTask一个抽象类,它的子类 ...
- 简单练习题2编写Java应用程序。首先定义一个描述银行账户的Account类,包括成员变 量“账号”和“存款余额”,成员方法有“存款”、“取款”和“余额查询”。其次, 编写一个主类,在主类中测试Account类的功能
编写Java应用程序.首先定义一个描述银行账户的Account类,包括成员变 量“账号”和“存款余额”,成员方法有“存款”.“取款”和“余额查询”.其次, 编写一个主类,在主类中测试Account类的 ...
随机推荐
- <a>标签是什么意思 怎么使用?
转自:https://www.imooc.com/qadetail/190881 (1) a标签的作用:超链接,用于跳转到别的网页. (2) a标签的用法:<a href="网址&qu ...
- Frame Stacking ZOJ 1083,poj 1128
Frame Stacking Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 4034 Accepted: 1352 De ...
- HDFS的配额
- nodejs 通过 get获取数据修改redis数据
如下代码是没有报错的正确代码 我通过https获取到数据 想用redis set一个键值存储 现在我掉入了回调陷阱res.on 里面接收到的数据是data 里面如果放入 client.on('conn ...
- [JLOI2011]飞行路线 分层图最短路
题目描述: Alice和Bob现在要乘飞机旅行,他们选择了一家相对便宜的航空公司.该航空公司一共在nn个城市设有业务,设这些城市分别标记为0到n-1,一共有m种航线,每种航线连接两个城市,并且航线有一 ...
- nginx的gizp压缩
好处: 页面另存为大小比浏览器传输大小大很多.好处是加快传输.节省带宽. 原理: 浏览器 -> 请求 -> 声明可以接受的压缩方式[http 协议请 ...
- P2420 让我们异或吧(树链剖分)
题目描述 异或是一种神奇的运算,大部分人把它总结成不进位加法. 在生活中-xor运算也很常见.比如,对于一个问题的回答,是为1,否为0.那么: (A是否是男生 )xor( B是否是男生)=A和B是否能 ...
- 题解 P2330 【[SCOI2005]繁忙的都市】
又是一道Kruskal题目. AC代码见下. 主要思路就是将所有的边储存起来,然后进行贪心地选择,期间需要判断两个端点是否有关联,这一过程通过并查集实现.Kruskal部分套模板就可以了. #incl ...
- 八 rowkey设计 几种方法
简单来讲,rowkey就是 KeyValue 中的key rowkey设计之 尽量散列设计 RowKey 如第三部分第六中讲到,如果数据都是有序的存储到一个特定的范围内,将会存 ...
- hadoop集群中动态添加新的DataNode节点
集群中现有的计算能力不足,须要另外加入新的节点时,使用例如以下方法就能动态添加新的节点: 1.在新的节点上安装hadoop程序,一定要控制好版本号,能够从集群上其它机器cp一份改动也行 2.把name ...