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类的 ...
随机推荐
- 关于有的Apk无法反编译的探究
Android的apk包,其实就是zip包,只不过后缀名换了而已!使用“好压”等解压缩工具解压,就可以看到里面的内容了.简单介绍一下吧. 以下就是解压出来的apk的内容: 其中: assets ...
- [HNOI2012] 永无乡 解题报告 (splay+启发式合并)
题目链接:https://www.luogu.org/problemnew/show/P3224#sub 题目: 题目大意: 维护多个联通块,没有删除操作,每次询问某一联通块的第k大 解法: 维护联通 ...
- Sql Server 基本数据类型
第一大类:整数数据 bit:bit数据类型代表0,1或NULL,就是表示true,false.占用1byte. int:以4个字节来存储正负数.可存储范围为:-2^31至2^31-1. smallin ...
- 重复执行shell脚本。
while ((1)); do gclient runhooks; sleep 2; donewhile ((1)); do ifconfig; sleep 1; done
- appium使用教程(一 环境搭建)-------------2.安装部署
1) 安装appium 2) SDK(不建议使用模拟器,占用内存很大,会造成机器卡顿.另外模拟器还存在兼容性问题:pc为x86架构,绝大多数的手机都是ARM架构,app的兼 ...
- 移动端 Modal 组件开发杂谈
Vant 是有赞开发的一套基于 Vue 2.0 的 Mobile 组件库,在开发的过程中也踩了很多坑,今天我们就来聊一聊开发一个移动端 Modal 组件(在有赞该组件被称为 Popup )需要注意的一 ...
- 10-while和dowhile语句
- Java 学习(12):重写(Override)与重载(Overload) & 多态
目录 --- 重写 --- 重载 --- 多态 重写(Override) 重写是子类对父类的允许访问的方法的实现过程进行重新编写, 返回值和形参都不能改变.即外壳不变,核心重写! 重写的好处在于子类可 ...
- ArcGIS Engine获得要素的中心点坐标
IPoint centerPoint =new PointClass();//获得要素的中心点 IArea pArea = pFeature.Shape as IArea; pArea.QueryCe ...
- ArcGIS api for javascript——用缓存区查询地图
描述 本例展示了如何在另外一个任务里使用一个任务的结果.单击地图查看被单击的点的1公里范围内的缓存(如果需要可以修改这个默认的缓存距离).也可以看缓存区的这些点的人口普查街区信息.单击一个点查看更多的 ...