发布于 2016-10-05 22:01:48 | 192 次阅读 | 评论: 0 | 来源: 网友投递
Guava Java类库
Google Guava Collections 是一个对 Java Collections Framework 增强和扩展的一个开源项目。由于它高质量 API 的实现和对 JDK5 特性的充分利用,使得其在 Java 社区受到很高评价。笔者主要介绍它的基本用法和功能特性。
Guava v20.0-rc1 发布了,该版本主要更新内容是设置版本号为20.0 RC1。
详细改进内容请看:https://github.com/google/guava/compare/v20.0-rc1...master
下载地址:
Guava 中文是石榴的意思,该项目是 Google 的一个开源项目,包含许多 Google 核心的 Java 常用库。
目前主要包含:
com.google.common.annotations
com.google.common.base
com.google.common.collect
com.google.common.io
com.google.common.net
com.google.common.primitives
com.google.common.util.concurrent
在线API doc:http://tool.oschina.net/apidocs/apidoc?api=guava