码迷,mamicode.com
首页 > 编程语言 > 详细

Java工具类 Apache Commons:commons-lang

时间:2014-09-23 13:16:04      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:des   http   io   os   java   ar   for   div   sp   

Commons Lang

The standard Java libraries fail to provide enough methods for manipulation of its core classes. Apache Commons Lang provides these extra methods.

Lang provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization and System properties. Additionally it contains basic enhancements to java.util.Date and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals.

Note that Lang 3.0 (and subsequent versions) use a different package (org.apache.commons.lang3) than the previous versions (org.apache.commons.lang), allowing it to be used at the same time as an earlier version.

下载链接

 

Java工具类 Apache Commons:commons-lang

标签:des   http   io   os   java   ar   for   div   sp   

原文地址:http://www.cnblogs.com/ribavnu/p/3987688.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!