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类的 ...
随机推荐
- bzoj1012: [JSOI2008]最大数maxnumber(貌似是道线段树喔)
1012: [JSOI2008]最大数maxnumber 题目:传送门 题解: 发现自己空了一道水题... 1~210000建线段树,其实就是一道裸题... 单点修改+区间查询...1A~ 代码: # ...
- LSTM 时间序列数据的异常检测
见 http://www.infoq.com/cn/articles/deep-learning-time-series-anomaly-detection 但是不够详细
- Xshell高级后门完整分析报告
Xshell高级后门完整分析报告 from:https://security.tencent.com/index.php/blog/msg/120 1. 前言 近日,Xshell官方发布公告称其软件中 ...
- Looping and dictionaries
If you use a dictionary in a for statement, it traverses the keys of the dictionary. For example, pr ...
- Linux安装PHP MongoDB扩展
本文将讲述一下本人安装MongoDB扩展的过程,大家可以略作参考 安装环境 Linux环境:CentOS 6.5 Apache版本:2.4 PHP版本:5.4.3 MongoDB版本:2.6.5 一. ...
- Word或Excel里画柱状图和折线图组合体
不多说,直接上干货! 最近,在帮导师,干此项目.其中需要 现在,我带你来一步一步地画出来. 第一步:插入 -> 图表 第二步: 第三步:弹出,默认的数据和图表. 第四步: 第五步: 第六步: ...
- java9新特性-15-全新的HTTP 客户端API
1.官方Feature 110: HTTP 2 Client 2.使用说明 HTTP,用于传输网页的协议,早在1997年就被采用在目前的1.1版本中.直到2015年,HTTP2才成为标准. H ...
- Java类和对象11
首先,编写一个类ChongZai,该类中有3个重载的方法void print():其次,再编写一个主类来测试ChongZai类的功能. public class ChongZai { public v ...
- Android中的Junit测试
在开发中Junit测试可以很方便的帮助开者尽可能早的发现并处理问题,而且使用也非常简单,只需要导入Junit测试相关的jar包并创建测试类,就可以对业务功能进行测试,而不用为了测试在代码中添加输出语句 ...
- 《剑指offer》栈的压入、弹出序列
一.题目描述 输入两个整数序列,第一个序列表示栈的压入顺序,请判断第二个序列是否为该栈的弹出顺序.假设压入栈的所有数字均不相等.例如序列1,2,3,4,5是某栈的压入顺序,序列4,5,3,2,1是该压 ...