在java项目中推荐的 第三方的包

来源:互联网 发布:国外的军事网站 知乎 编辑:程序博客网 时间:2024/05/17 21:50

1、cuava

介绍:

The Guava project contains several of Google's core libraries that we rely on in our Java-based projects: collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth.


官方地址:https://code.google.com/p/guava-libraries/

2、Lang

对官方的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.



http://commons.apache.org/lang/


原创粉丝点击